Don't try to build devd when NO_CXX is set.

This commit is contained in:
David E. O'Brien 2003-02-21 02:16:35 +00:00
parent 559dfd9b55
commit 4f53948a1a

View File

@ -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 \