mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
all the ipfilter tools are now built from sbin/Makefile, so remove them from
this Makefile.
This commit is contained in:
parent
724da9a6cc
commit
a86973062f
1 changed files with 0 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue