diff --git a/sbin/Makefile b/sbin/Makefile index 7a39140ff42d..47abe81c871e 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 98de11d5722e..5c6ae1c07ce9 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 \