From b0bc7b1d54670db8d6c891ef9a5c1cda849a2fac Mon Sep 17 00:00:00 2001 From: glebius Date: Tue, 29 Oct 2013 17:38:13 +0000 Subject: Make userland tools honor WITHOUT_PF build option. Tested by: dt71@gmx.com --- sbin/ifconfig/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/ifconfig') diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index a98840d..a10d1fb 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -40,7 +40,9 @@ LDADD+= -lbsdxml -lsbuf SRCS+= carp.c # SIOC[GS]VH support SRCS+= ifgroup.c # ... +.if ${MK_PF} != "no" SRCS+= ifpfsync.c # pfsync(4) support +.endif SRCS+= ifbridge.c # bridge support SRCS+= iflagg.c # lagg support -- cgit v1.1