freebsd-dev/sbin/ipf/Makefile
Cy Schubert f0a7513344 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.

Sugested by:	glebius
2017-03-14 01:00:09 +00:00

10 lines
185 B
Makefile

# $FreeBSD$
SUBDIR= libipf .WAIT
SUBDIR+= ipf ipfs ipftest ipmon ipnat ippool
# XXX: Disconnected for now.
# XXX: SUBDIR+= ipftest ipresend
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>