48fa9d448d
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
10 lines
183 B
Makefile
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>
|