Don't try to build devd when NO_CXX is set.
This commit is contained in:
parent
559dfd9b55
commit
4f53948a1a
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user