]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - dm/Makefile
Change getdate() to getdatestr() since the former maybe present on systems
[bsdgames-darwin.git] / dm / Makefile
index 0a2108eb0771f9ee45ad6a3f22f6ea44162d4c19..c3fa4b2b2ae7588d30541278c12e8b0090056691 100644 (file)
@@ -1,14 +1,17 @@
-#      from: @(#)Makefile      5.7 (Berkeley) 9/30/90
-#      $Id: Makefile,v 1.3 1993/10/12 21:23:51 cgd Exp $
+#      $NetBSD: Makefile,v 1.11 2002/09/18 03:23:00 lukem Exp $
+#      @(#)Makefile    8.1 (Berkeley) 5/31/93
+
+.include <bsd.own.mk>
 
 # -DLOG                log games
 PROG=  dm
-MAN8=  dm.0
-MAN5=  dm.conf.0
-BINOWN= games
-BINGRP=        kmem
-BINMODE=6555
-DPADD= ${LIBUTIL}
-LDADD= -lutil
+SRCS=  dm.c utmpentry.c
+MAN=   dm.8 dm.conf.5
+# shouldn't be necessary; just in case.
+BINGRP= games
+BINMODE=2555
+
+.PATH.c: ${NETBSDSRCDIR}/usr.bin/who
+CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
 
 .include <bsd.prog.mk>