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/rip6query | |
| parent | ef50e53177a030106e635a6f849b955c80f3cb25 (diff) | |
use NETBSDSRCDIR as appropriate
Diffstat (limited to 'usr.sbin/rip6query')
| -rw-r--r-- | usr.sbin/rip6query/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/rip6query/Makefile b/usr.sbin/rip6query/Makefile index bc8734a0c93..8fc28ffc77c 100644 --- a/usr.sbin/rip6query/Makefile +++ b/usr.sbin/rip6query/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2000/01/19 06:35:23 itojun Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/19 12:08:38 lukem Exp $ + +.include <bsd.own.mk> PROG= rip6query MAN= rip6query.8 -CPPFLAGS+= -DINET6 -I${.CURDIR}/../route6d +CPPFLAGS+= -DINET6 -I${NETBSDSRCDIR}/usr.sbin/route6d .include <bsd.prog.mk> |
