diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 071435e7449..51eab291e1e 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -59,10 +59,6 @@ SUBDIR= ac \ inetd \ iostat \ ip6addrctl \ - ${_ipftest} \ - ${_ipresend} \ - ${_ipsend} \ - ${_iptest} \ IPXrouted \ jail \ jexec \ @@ -226,13 +222,6 @@ _route6d= route6d _traceroute6= traceroute6 .endif -.if !defined(NO_IPFILTER) -_ipftest= ipftest -_ipresend= ipresend -_ipsend= ipsend -_iptest= iptest -.endif - .if !defined(NO_NIS) _rpc.yppasswdd= rpc.yppasswdd _rpc.ypupdated= rpc.ypupdated