From 1671b25a4087a588e497c94fc8cba0ad975aa986 Mon Sep 17 00:00:00 2001 From: lukem Date: Wed, 18 Sep 2002 02:51:46 +0000 Subject: use NETBSDSRCDIR as appropriate --- dm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dm') 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 -- cgit v1.2.3