summaryrefslogtreecommitdiffstats
path: root/dm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dm/Makefile')
-rw-r--r--dm/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/dm/Makefile b/dm/Makefile
index d32cad7c..2339553a 100644
--- a/dm/Makefile
+++ b/dm/Makefile
@@ -1,11 +1,15 @@
-# $NetBSD: Makefile,v 1.8 1997/11/19 08:23:37 mrg Exp $
+# $NetBSD: Makefile,v 1.9 2002/08/02 03:06:24 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# -DLOG log games
PROG= dm
+SRCS= dm.c utmpentry.c
MAN= dm.8 dm.conf.5
# shouldn't be necessary; just in case.
BINGRP= games
BINMODE=2555
+.PATH.c: ${.CURDIR}/../../usr.bin/who
+CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
+
.include <bsd.prog.mk>