aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-01-25 04:52:48 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-01-25 04:52:48 +0000
commit18cc3172331cdea16e89083e735b7c2730d5c71e (patch)
tree6f0504e58df3d511227df3c604c610832ddb7fea /sbin/Makefile
parente45b569c9592bc86a54469f6fd0461c293f36211 (diff)
downloadsrc-18cc3172331cdea16e89083e735b7c2730d5c71e.tar.gz
src-18cc3172331cdea16e89083e735b7c2730d5c71e.zip
Notes
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 ae0db296e48e..1c34e0cc50f0 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