summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-06-13 08:53:49 +0000
committerhselasky <hselasky@FreeBSD.org>2014-06-13 08:53:49 +0000
commitcf71919c88c3824513aa98433a50e00bb7fb6033 (patch)
treebba73083f24970bd9cc07d29280ee6da97c666ff /lib
parent83266b644d6f03998e47b06e1d4c90ad4348b6b4 (diff)
downloadFreeBSD-src-cf71919c88c3824513aa98433a50e00bb7fb6033.zip
FreeBSD-src-cf71919c88c3824513aa98433a50e00bb7fb6033.tar.gz
Attach the CUSE library and kernel module to the default FreeBSD
builds. Bump the FreeBSD version number.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 51abfca..361613f 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -136,6 +136,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
libz \
${_atf} \
${_clang} \
+ ${_cuse} \
${_tests}
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
@@ -172,6 +173,10 @@ _libcasper= libcasper
_clang= clang
.endif
+.if ${MK_CUSE} != "no"
+_cuse= libcuse
+.endif
+
.if ${MK_GPIB} != "no"
_libgpib= libgpib
.endif
OpenPOWER on IntegriCloud