summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 028c363..593952a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,7 @@ include Makefile.inc
SUBDIR= conf.d etc init.d local.d man scripts sh src sysctl.d
# Build our old net foo or not
-MKOLDNET?= yes
-ifeq (${MKOLDNET},yes)
+ifeq (${MKNET},)
SUBDIR+= net doc
endif