diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-26 22:14:04 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-26 22:14:04 +0000 |
| commit | 88ad7d508a52893ae75ba281be18ccc0f25fb0a5 (patch) | |
| tree | 8b244fe4d904c6dd6871829d7e50948056ba3dec /lib/libcasper | |
| parent | aae63957af7fde624579121b9cd72166ef3c0a8f (diff) | |
Notes
Diffstat (limited to 'lib/libcasper')
| -rw-r--r-- | lib/libcasper/Makefile | 2 | ||||
| -rw-r--r-- | lib/libcasper/services/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/libcasper/Makefile b/lib/libcasper/Makefile index af0701be396f..97cf1df329d6 100644 --- a/lib/libcasper/Makefile +++ b/lib/libcasper/Makefile @@ -3,4 +3,6 @@ SUBDIR= libcasper SUBDIR+= services +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> diff --git a/lib/libcasper/services/Makefile b/lib/libcasper/services/Makefile index 39b79af6885e..c80e58932f1a 100644 --- a/lib/libcasper/services/Makefile +++ b/lib/libcasper/services/Makefile @@ -6,4 +6,6 @@ SUBDIR+= cap_pwd SUBDIR+= cap_random SUBDIR+= cap_sysctl +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> |
