From ec79f6e2f06427778bc8e6e17228adda2ae7ea3f Mon Sep 17 00:00:00 2001 From: bms Date: Wed, 31 Mar 2004 20:58:39 +0000 Subject: 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. --- usr.sbin/ndp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin') diff --git a/usr.sbin/ndp/Makefile b/usr.sbin/ndp/Makefile index 2af816b..c35dfc7 100644 --- a/usr.sbin/ndp/Makefile +++ b/usr.sbin/ndp/Makefile @@ -21,5 +21,6 @@ SRCS= ndp.c gmt2local.c CFLAGS+= -DINET6 CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../contrib/tcpdump +CFLAGS+= -D_U_="" .include -- cgit v1.1