freebsd-ports/security/authpf/files/patch-aa
Edwin Groothuis dad882d5d0 Update port: security/authpf - OpenBSD 3.4 authpf
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>
2003-09-28 13:30:44 +00:00

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>