[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / keynote

File: [local] / src / usr.bin / keynote / Makefile (download)

Revision 1.7, Fri Oct 1 01:08:29 1999 UTC (24 years, 8 months ago) by angelos
Branch: MAIN
Changes since 1.6: +10 -26 lines

Update for version 2.0

#	$OpenBSD: Makefile,v 1.7 1999/10/01 01:08:29 angelos Exp $

all:
	@cd ${.CURDIR}/../../lib && ${MAKE} libkeynote

install:
	@cd ${.CURDIR}/../../lib/libkeynote && ${MAKE} -f Makefile.bsd-wrapper install-keynote

clean:
	@cd ${.CURDIR}/../../lib/libkeynote && ${MAKE} -f Makefile.bsd-wrapper clean

cleandir:
	@cd ${.CURDIR}/../../lib/libkeynote && ${MAKE} -f Makefile.bsd-wrapper cleandir

.include <bsd.prog.mk>