freebsd-dev/sbin/ipf/Makefile
Cy Schubert 48fa9d448d Disconnect ipftest and ipresend from the build until it can be verified
that they still work. These utilities have become out of sync with the
code in the kernel and need work to bring them back into shape.
Most people test on real systems or VMs on real networks.

Suggested by:	glebius
2017-03-14 02:10:37 +00:00

10 lines
183 B
Makefile

# $FreeBSD$
SUBDIR= libipf .WAIT
SUBDIR+= ipf ipfs ipfstat ipmon ipnat ippool
# XXX Temporarily disconnected.
# SUBDIR+= ipftest ipresend
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>