From dfce72524f74ebd3b3a463f2a30e0bfda9dcda07 Mon Sep 17 00:00:00 2001 From: Darren Reed Date: Mon, 25 Apr 2005 18:56:42 +0000 Subject: [PATCH] There's only one ipfilter directory now --- sbin/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sbin/Makefile b/sbin/Makefile index c59058b8757..e38751a7435 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)