386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 1 Oct 1990 01:00:10 +0000 (17:00 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Mon, 1 Oct 1990 01:00:10 +0000 (17:00 -0800)
Work on file usr/othersrc/games/dm/Makefile

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

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

diff --git a/usr/othersrc/games/dm/Makefile b/usr/othersrc/games/dm/Makefile
new file mode 100644 (file)
index 0000000..d0d552b
--- /dev/null
@@ -0,0 +1,12 @@
+#      @(#)Makefile    5.7 (Berkeley) 9/30/90
+
+# -DLOG                log games
+PROG=  dm
+MAN8=  dm.0
+MAN5=  dm.conf.0
+BINGRP=        kmem
+BINMODE=6555
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+
+.include <bsd.prog.mk>