diff options
author | guido <guido@FreeBSD.org> | 1999-11-23 21:57:29 +0000 |
---|---|---|
committer | guido <guido@FreeBSD.org> | 1999-11-23 21:57:29 +0000 |
commit | d88b9852b5c17339d13dfd5d098da05eff0f4df5 (patch) | |
tree | cb6fe8f5c805458c04fe89b91db7e381e6169c9e /usr.sbin/Makefile | |
parent | b3195eaeee6fa7f88b3aec266a9c971acadace6f (diff) | |
download | FreeBSD-src-d88b9852b5c17339d13dfd5d098da05eff0f4df5.zip FreeBSD-src-d88b9852b5c17339d13dfd5d098da05eff0f4df5.tar.gz |
rewire userland ipfilter programs
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 98de11d..5c6ae1c 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -27,6 +27,13 @@ SUBDIR= IPXrouted \ fdwrite \ inetd \ iostat \ + ipfstat \ + ipftest \ + ipmon \ + ipnat \ + ipresend \ + ipsend \ + iptest \ jail \ kbdcontrol \ kbdmap \ |