summaryrefslogtreecommitdiffstats
path: root/boggle
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1997-04-19 07:13:49 +0000
committerthorpej <thorpej@NetBSD.org>1997-04-19 07:13:49 +0000
commitf9c0e6f6a4f10f8524acdbd7659a74ed7952723f (patch)
treebb9722f8130f1df92e6f266199ec9268964a457f /boggle
parenta81ba438a938f0f4261e85627df029fbcd3de073 (diff)
downloadbsdgames-darwin-f9c0e6f6a4f10f8524acdbd7659a74ed7952723f.tar.gz
bsdgames-darwin-f9c0e6f6a4f10f8524acdbd7659a74ed7952723f.tar.zst
bsdgames-darwin-f9c0e6f6a4f10f8524acdbd7659a74ed7952723f.zip
Yow, cvs commit in the wrong directory... Bad, Jason, no biscuit!
Diffstat (limited to 'boggle')
-rw-r--r--boggle/mkdict/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/boggle/mkdict/Makefile b/boggle/mkdict/Makefile
index 324fea5c..02f2f584 100644
--- a/boggle/mkdict/Makefile
+++ b/boggle/mkdict/Makefile
@@ -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>