diff options
| author | lukem <lukem@NetBSD.org> | 2002-09-19 12:08:37 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2002-09-19 12:08:37 +0000 |
| commit | 805b400ba788b8a0171d2b9cce07eb00aab78e4a (patch) | |
| tree | 0d55566be35b029b6a47af5260d1e43cd39f36df /usr.sbin/apm | |
| parent | ef50e53177a030106e635a6f849b955c80f3cb25 (diff) | |
use NETBSDSRCDIR as appropriate
Diffstat (limited to 'usr.sbin/apm')
| -rw-r--r-- | usr.sbin/apm/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index a719c271456..5cbd995a9c3 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2002/09/16 19:59:00 manu Exp $ +# $NetBSD: Makefile,v 1.11 2002/09/19 12:08:37 lukem Exp $ + +.include <bsd.own.mk> .if (${MACHINE} == "i386" || ${MACHINE} == "macppc" || ${MACHINE} == "hpcarm") PROG= apm SRCS= apm.c apmsubr.c -.PATH: ${.CURDIR}/../apmd -CPPFLAGS+=-I${.CURDIR}/../apmd +.PATH: ${NETBSDSRCDIR}/usr.sbin/apmd +CPPFLAGS+=-I${NETBSDSRCDIR}/usr.sbin/apmd LINKS= ${BINDIR}/apm ${BINDIR}/zzz .endif |
