aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2013-12-02 08:21:28 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2013-12-02 08:21:28 +0000
commit42a859525652decb08bba47ffaceb769d394175e (patch)
treee5362e2638f535b165335ebb4508efffb47ea68d /lib/Makefile
parent352c016bc1b126fffab439df6f578756e4b425be (diff)
Notes
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 4f7ad6d3d07fe..491225970bbb2 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -37,6 +37,8 @@ SUBDIR_ORDERED= ${_csu} \
libauditd \
libutil \
libpjdlog \
+ libnv \
+ ${_libcapsicum} \
libcompiler_rt \
libcrypt \
libelf \
@@ -70,6 +72,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
libbz2 \
libcalendar \
libcam \
+ ${_libcasper} \
libcompat \
libdevinfo \
libdevstat \
@@ -157,6 +160,11 @@ _libsdp= libsdp
_libbsnmp= libbsnmp
.endif
+.if ${MK_CASPER} != "no"
+_libcapsicum= libcapsicum
+_libcasper= libcasper
+.endif
+
.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
_clang= clang
.endif