summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-25 04:52:48 +0000
committerngie <ngie@FreeBSD.org>2015-01-25 04:52:48 +0000
commited476849d331bd54d76f9e5652537bbb9fa233a4 (patch)
tree6f0504e58df3d511227df3c604c610832ddb7fea /sbin/Makefile
parentb7d970adae001cb6bee81cfb7e348f39ed6c66d2 (diff)
downloadFreeBSD-src-ed476849d331bd54d76f9e5652537bbb9fa233a4.zip
FreeBSD-src-ed476849d331bd54d76f9e5652537bbb9fa233a4.tar.gz
Add MK_CCD knob for building and installing ccd(4), ccdconfig, etc
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index ae0db29..1c34e0c 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -8,7 +8,6 @@
SUBDIR=adjkerntz \
badsect \
camcontrol \
- ccdconfig \
clri \
comcontrol \
conscontrol \
@@ -81,6 +80,10 @@ SUBDIR+= atm
SUBDIR+= casperd
.endif
+.if ${MK_CCD} != "no"
+SUBDIR+= ccdconfig
+.endif
+
.if ${MK_CXX} != "no"
SUBDIR+= devd
.endif
OpenPOWER on IntegriCloud