aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-03-14 01:00:09 +0000
committerCy Schubert <cy@FreeBSD.org>2017-03-14 01:00:09 +0000
commitf0a7513344c0d43a61dee3792a3cb962f59f724e (patch)
tree74c02f5f7fa415ac7e5152701ba28215b36a52e3 /sbin
parent95246abb21da19d22bbcfe8e2fb2c053cd39314e (diff)
downloadsrc-f0a7513344c0d43a61dee3792a3cb962f59f724e.tar.gz
src-f0a7513344c0d43a61dee3792a3cb962f59f724e.zip
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
Notes
Notes: svn path=/head/; revision=315218
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile
index 8b10c982d899..4f6813b19af6 100644
--- a/sbin/ipf/Makefile
+++ b/sbin/ipf/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
SUBDIR= libipf .WAIT
-SUBDIR+= ipf ipfs ipfstat ipftest ipmon ipnat ippool ipresend
+SUBDIR+= ipf ipfs ipftest ipmon ipnat ippool
+# XXX: Disconnected for now.
+# XXX: SUBDIR+= ipftest ipresend
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>