diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-10-13 18:56:50 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-10-13 18:56:50 +0000 |
commit | f8a9ff862ce919132a8d66e293a0e1d17460274a (patch) | |
tree | bb8bd3b662ef68630b131a1bac7dca4bc58f573e /usr.sbin/unbound | |
parent | 353b157d9add14b1b701ab95fbb68aaf24d09a30 (diff) | |
download | FreeBSD-src-f8a9ff862ce919132a8d66e293a0e1d17460274a.zip FreeBSD-src-f8a9ff862ce919132a8d66e293a0e1d17460274a.tar.gz |
MFC r288266:
Add more SUBDIR_PARALLEL.
Diffstat (limited to 'usr.sbin/unbound')
-rw-r--r-- | usr.sbin/unbound/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/unbound/Makefile b/usr.sbin/unbound/Makefile index 3eb12fe..94cfdc3 100644 --- a/usr.sbin/unbound/Makefile +++ b/usr.sbin/unbound/Makefile @@ -2,5 +2,6 @@ SUBDIR= daemon anchor checkconf control SUBDIR+= local-setup +SUBDIR_PARALLEL= .include <bsd.subdir.mk> |