summaryrefslogtreecommitdiffstats
path: root/dm
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2002-09-18 02:51:46 +0000
committerlukem <lukem@NetBSD.org>2002-09-18 02:51:46 +0000
commit1671b25a4087a588e497c94fc8cba0ad975aa986 (patch)
tree9a4c8aec5e1e486ae85b3bdda5704a8e9182b7a3 /dm
parent0cc28f7cdb9eb418c814411df652f89e5da8009b (diff)
downloadbsdgames-darwin-1671b25a4087a588e497c94fc8cba0ad975aa986.tar.gz
bsdgames-darwin-1671b25a4087a588e497c94fc8cba0ad975aa986.tar.zst
bsdgames-darwin-1671b25a4087a588e497c94fc8cba0ad975aa986.zip
use NETBSDSRCDIR as appropriate
Diffstat (limited to 'dm')
-rw-r--r--dm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dm/Makefile b/dm/Makefile
index 2339553a..c1f4a03c 100644
--- a/dm/Makefile
+++ b/dm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/08/02 03:06:24 christos Exp $
+# $NetBSD: Makefile,v 1.10 2002/09/18 02:51:46 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# -DLOG log games
@@ -9,7 +9,7 @@ MAN= dm.8 dm.conf.5
BINGRP= games
BINMODE=2555
-.PATH.c: ${.CURDIR}/../../usr.bin/who
-CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
+.PATH.c: ${NETBSDSRCDIR}/usr.bin/who
+CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
.include <bsd.prog.mk>