diff options
-rw-r--r-- | sbin/Makefile | 1 | ||||
-rw-r--r-- | usr.sbin/Makefile | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 7a39140..47abe81 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -20,6 +20,7 @@ SUBDIR= adjkerntz \ fsirand \ ifconfig \ init \ + ipf \ ipfw \ kldload \ kldstat \ 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 \ |