date and time created 93/06/11 14:50:01 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 12 Jun 1993 05:50:01 +0000 (21:50 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 12 Jun 1993 05:50:01 +0000 (21:50 -0800)
SCCS-vsn: games/boggle/mkdict/Makefile 5.1

usr/src/games/boggle/mkdict/Makefile [new file with mode: 0644]

diff --git a/usr/src/games/boggle/mkdict/Makefile b/usr/src/games/boggle/mkdict/Makefile
new file mode 100644 (file)
index 0000000..acfacf4
--- /dev/null
@@ -0,0 +1,9 @@
+#      @(#)Makefile    5.1 (Berkeley) %G%
+
+PROG=  mkdict
+CFLAGS+=-I${.CURDIR}/../boggle
+NOMAN=noman
+
+install:
+
+.include <bsd.prog.mk>