summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index c94419f..3a656fc 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -12,7 +12,6 @@ SUBDIR= adjkerntz \
clri \
comcontrol \
conscontrol \
- devd \
devfs \
dhclient \
dmesg \
@@ -78,6 +77,10 @@ SUBDIR= adjkerntz \
umount \
vinum
+.if !defined(NO_CXX)
+SUBDIR+=devd
+.endif
+
.if !defined(NO_IPFILTER)
SUBDIR+=ipf \
ipfs \
OpenPOWER on IntegriCloud