Makefile revision 355131
1#	$FreeBSD: stable/11/sbin/ipf/Makefile 355131 2019-11-27 13:46:28Z cy $
2
3SUBDIR=		libipf .WAIT
4SUBDIR+=	ipf ipfs ipfstat ipmon ipnat ippool
5# XXX Temporarily disconnected.
6# SUBDIR+=	ipftest ipresend
7SUBDIR_PARALLEL=
8
9.include <bsd.subdir.mk>
10