summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0462f02..028c363 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +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)
SUBDIR+= net doc
endif