blob: 5fbe344b91818bcf2673cf69b569cb40b183550d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- 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>
|