From c21ec7f503878bf83d51971d08b62b54bf047121 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 21 Feb 2003 02:16:35 +0000 Subject: Don't try to build devd when NO_CXX is set. --- sbin/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 \ -- cgit v1.1