From fceb9c0ed80ee4dbc7d1ccdf5b61d5cb9faa4c5a Mon Sep 17 00:00:00 2001 From: Guido van Rooij Date: Tue, 23 Nov 1999 21:57:29 +0000 Subject: [PATCH] rewire userland ipfilter programs --- sbin/Makefile | 1 + usr.sbin/Makefile | 7 +++++++ 2 files changed, 8 insertions(+) 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 \