386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 13 Jul 1992 11:11:39 +0000 (03:11 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 13 Jul 1992 11:11:39 +0000 (03:11 -0800)
Work on file usr/othersrc/games/mille/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/othersrc/games/mille/Makefile [new file with mode: 0644]

diff --git a/usr/othersrc/games/mille/Makefile b/usr/othersrc/games/mille/Makefile
new file mode 100644 (file)
index 0000000..2230f71
--- /dev/null
@@ -0,0 +1,12 @@
+#      @(#)Makefile    5.10 (Berkeley) 5/11/90
+
+PROG=  mille
+SRCS=  comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
+       roll.c save.c types.c varpush.c
+DPADD= ${LIBCURSES} ${LIBTERM}
+LDADD= -lcurses -ltermlib
+MAN6=  mille.0
+HIDEGAME=hidegame
+
+.include <bsd.prog.mk>
+