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 \ clri \
comcontrol \ comcontrol \
conscontrol \ conscontrol \
devd \
devfs \ devfs \
dhclient \ dhclient \
dmesg \ dmesg \
@ -78,6 +77,10 @@ SUBDIR= adjkerntz \
umount \ umount \
vinum vinum
.if !defined(NO_CXX)
SUBDIR+=devd
.endif
.if !defined(NO_IPFILTER) .if !defined(NO_IPFILTER)
SUBDIR+=ipf \ SUBDIR+=ipf \
ipfs \ ipfs \