diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2014-06-13 08:53:49 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2014-06-13 08:53:49 +0000 |
| commit | 36716419f306eb946fafb57e3ab70246e38954b2 (patch) | |
| tree | bba73083f24970bd9cc07d29280ee6da97c666ff /lib/Makefile | |
| parent | 79304f984ff37f7b096bbd45b900702a9cb19c3a (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 51abfcadcdb0a..361613fd0a7df 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 |
