summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a83495..0462f02 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,12 @@
include Makefile.inc
-SUBDIR= conf.d doc etc init.d local.d sysctl.d man net scripts sh src
+SUBDIR= conf.d etc init.d local.d man scripts sh src sysctl.d
+
+# Build our old net foo or not
+ifeq (${MKOLDNET},yes)
+SUBDIR+= net doc
+endif
# Build pkgconfig or not
MKPKGCONFIG?= yes