diff options
author | darrenr <darrenr@FreeBSD.org> | 2005-04-25 18:56:42 +0000 |
---|---|---|
committer | darrenr <darrenr@FreeBSD.org> | 2005-04-25 18:56:42 +0000 |
commit | 1cd27551f9ec7f19713e77c50ad1e4c833c5c9ae (patch) | |
tree | 6f80ca1d3358c200ded2b293193ed3b8f0e42d22 /sbin/Makefile | |
parent | 0010fa7c211a53151ec98ece7065605e88f2ceff (diff) | |
download | FreeBSD-src-1cd27551f9ec7f19713e77c50ad1e4c833c5c9ae.zip FreeBSD-src-1cd27551f9ec7f19713e77c50ad1e4c833c5c9ae.tar.gz |
There's only one ipfilter directory now
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index c59058b..e38751a 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -38,11 +38,7 @@ SUBDIR= adjkerntz \ init \ ${_ip6fw} \ ${_ipf} \ - ${_ipfs} \ - ${_ipfstat} \ ipfw \ - ${_ipmon} \ - ${_ipnat} \ kldconfig \ kldload \ kldstat \ @@ -104,10 +100,6 @@ _devd= devd .if !defined(NO_IPFILTER) _ipf= ipf -_ipfs= ipfs -_ipfstat= ipfstat -_ipmon= ipmon -_ipnat= ipnat .endif .if !defined(NO_PF) |