dad882d5d0
Port update after API change of PFIL_HOOKS in -current. This depends on security/pf to be updated as well. PR: ports/57306 Submitted by: Max Laier <max@love2party.net>
22 lines
409 B
Text
22 lines
409 B
Text
--- Makefile.orig Sat Sep 27 13:16:29 2003
|
|
+++ Makefile Sat Sep 27 13:17:04 2003
|
|
@@ -3,17 +3,10 @@
|
|
#
|
|
|
|
.if !make(install)
|
|
-SUBDIR= libpcap
|
|
+SUBDIR= libpcap pfctl
|
|
.endif
|
|
|
|
-SUBDIR+= pfctl authpf ftp-proxy man pf pflog pfsync
|
|
+SUBDIR+= authpf
|
|
|
|
.include "include/mk/util.mk"
|
|
-
|
|
-.if (ALTQ_SUPPORT) && (${ALTQ_SUPPORT} == "yes")
|
|
-SUBDIR+= pfaltq
|
|
-.endif
|
|
-
|
|
-SUBDIR+= pflogd tcpdump
|
|
-
|
|
.include <bsd.subdir.mk>
|