diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:38:03 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:38:03 +0000 |
| commit | 64a0982bee3db2236df43357e70ce8dddbc21d48 (patch) | |
| tree | 76664a67496ac3cd9e3d5d272a5a6e430068848a /usr.sbin/ndp | |
| parent | b71fb1a4aa198495970831c748fa2d132621fe3d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ndp')
| -rw-r--r-- | usr.sbin/ndp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ndp/Makefile b/usr.sbin/ndp/Makefile index 552ac5375cf05..5f75176721e97 100644 --- a/usr.sbin/ndp/Makefile +++ b/usr.sbin/ndp/Makefile @@ -13,13 +13,13 @@ # A PARTICULAR PURPOSE. # $FreeBSD$ -.PATH: ${.CURDIR}/../../contrib/tcpdump +.PATH: ${SRCTOP}/contrib/tcpdump PROG= ndp MAN= ndp.8 SRCS= ndp.c gmt2local.c -CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../contrib/tcpdump +CFLAGS+= -I. -I${.CURDIR} -I${SRCTOP}/contrib/tcpdump CFLAGS+= -D_U_="" WARNS?= 1 |
