Unbreak the build by dealing with an unexpected dependency on tcpdump source

present in ndp(8).

The vendor branch import uses a _U_ macro to apply the GCC 'unused' attribute
to the rcs ids embedded in each source file.  Teach ndp about this.
This commit is contained in:
Bruce M Simpson 2004-03-31 20:58:39 +00:00
parent 001407b9c2
commit 457180a40d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127687

View File

@ -21,5 +21,6 @@ SRCS= ndp.c gmt2local.c
CFLAGS+= -DINET6
CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../contrib/tcpdump
CFLAGS+= -D_U_=""
.include <bsd.prog.mk>