41edb306f0
Through fixes and improvements our ipfilter sources have diverged enough to warrant move from contrib into sbin/ipf. Now that I'm planning on implementing MSS clamping as in iptables it makes more sense to move ipfilter to sbin. This is the second of three commits of the ipfilter move. Suggested by glebius on two occaions. Suggested by and discussed with: glebius Reviewed by: glebius, kp (for #network) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D33510
10 lines
190 B
Makefile
10 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libipf .WAIT
|
|
SUBDIR+= ipf ipfs ipfstat ipmon ipnat ippool
|
|
# XXX Temporarily disconnected.
|
|
# SUBDIR+= ipftest ipresend ipsend
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|