From 4f2cb9f0029d36adfde3ae4f4ffc857cdd79839a Mon Sep 17 00:00:00 2001 From: bdrewery Date: Tue, 1 Dec 2015 22:39:19 +0000 Subject: 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 --- sbin/ipf/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin') diff --git a/sbin/ipf/Makefile.inc b/sbin/ipf/Makefile.inc index 79bdb8e..c4c44be 100644 --- a/sbin/ipf/Makefile.inc +++ b/sbin/ipf/Makefile.inc @@ -18,7 +18,9 @@ CFLAGS+= -DUSE_INET6 CFLAGS+= -DNOINET6 .endif +.if ${.CURDIR:M*/libipf} == "" LIBADD+= ipf +.endif CLEANFILES+= y.tab.c y.tab.h -- cgit v1.1