Don't add LIBADD=ipf to libipf itself.
This had no real impact since libipf is a static INTERNALLIB. It does conflict with an assertion I am adding for LIBADD though. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
3c89d6b0e3
commit
b748535cc4
@ -18,7 +18,9 @@ CFLAGS+= -DUSE_INET6
|
||||
CFLAGS+= -DNOINET6
|
||||
.endif
|
||||
|
||||
.if ${.CURDIR:M*/libipf} == ""
|
||||
LIBADD+= ipf
|
||||
.endif
|
||||
|
||||
CLEANFILES+= y.tab.c y.tab.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user