summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-25 05:37:06 +0000
committerngie <ngie@FreeBSD.org>2015-01-25 05:37:06 +0000
commit8210fdf7e3a63c7ad055eb2de16c2ece11c91675 (patch)
tree0d7639f322908341246b5e0769202d4e7a2d6256 /lib
parent28b578742c71e172021c6d46a141585e33da55da (diff)
downloadFreeBSD-src-8210fdf7e3a63c7ad055eb2de16c2ece11c91675.zip
FreeBSD-src-8210fdf7e3a63c7ad055eb2de16c2ece11c91675.tar.gz
Build lib/libgpio if MK_GPIO != no
Fill in corresponding entries for MK_GPIO == no in OptionalObsoleteFiles.inc MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index c51ae96..83d9d63 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -53,7 +53,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
libfetch \
libfigpar \
libgeom \
- libgpio \
+ ${_libgpio} \
${_libgssapi} \
${_librpcsec_gss} \
${_libiconv_modules} \
@@ -195,6 +195,10 @@ _cuse= libcuse
_libelftc= libelftc
.endif
+.if ${MK_GPIO} != "no"
+_libgpio= libgpio
+.endif
+
.if ${MK_GSSAPI} != "no"
_libgssapi= libgssapi
_librpcsec_gss= librpcsec_gss
OpenPOWER on IntegriCloud