]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Yow, cvs commit in the wrong directory... Bad, Jason, no biscuit!
authorthorpej <thorpej@NetBSD.org>
Sat, 19 Apr 1997 07:13:49 +0000 (07:13 +0000)
committerthorpej <thorpej@NetBSD.org>
Sat, 19 Apr 1997 07:13:49 +0000 (07:13 +0000)
boggle/mkdict/Makefile

index 324fea5caefffe593d275ad2d92d698a09b9dc09..02f2f584b77cce31048ce11cacaf3c8e067ec505 100644 (file)
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.3 1997/04/19 07:08:39 thorpej Exp $
+#      $NetBSD: Makefile,v 1.4 1997/04/19 07:13:49 thorpej Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/11/93
 
-HOST_CFLAGS+=-I${.CURDIR}/../boggle
+PROG=  mkdict
+CFLAGS+=-I${.CURDIR}/../boggle
+NOMAN=noman
 
-mkdict: ${.CURDIR}/mkdict.c ${.CURDIR}/../boggle/bog.h
-       ${HOST_COMPILE.c} ${.CURDIR}/mkdict.c
-       ${HOST_LINK.c} -o ${.TARGET} mkdict.o
+install:
 
-.include <bsd.sys.mk>
+.include <bsd.prog.mk>