diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-09-26 01:28:50 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-09-26 01:28:50 +0000 |
| commit | 6a8077f3d56c2793f2cd895ec08436a99bdc5ef6 (patch) | |
| tree | 9594b0450c658343e1a2bc3db25c30d65e9d0e5f /sbin/ipf | |
| parent | a98533d3e882231a11644ed79a7be963227667f5 (diff) | |
Notes
Diffstat (limited to 'sbin/ipf')
| -rw-r--r-- | sbin/ipf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index fa092f8f8221..8b10c982d899 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ -SUBDIR= libipf +SUBDIR= libipf .WAIT SUBDIR+= ipf ipfs ipfstat ipftest ipmon ipnat ippool ipresend +SUBDIR_PARALLEL= .include <bsd.subdir.mk> |
