summaryrefslogtreecommitdiffstats
path: root/dm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dm/Makefile')
-rw-r--r--dm/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/dm/Makefile b/dm/Makefile
new file mode 100644
index 00000000..d0d552bd
--- /dev/null
+++ b/dm/Makefile
@@ -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>