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:
parent
001407b9c2
commit
457180a40d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user