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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111202

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 \