summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-07-08 15:02:11 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-07-08 19:51:36 -0500
commit3e2018f5e9c5cfd4ba8066747fc02dac1ce22f59 (patch)
tree97e9c85c1f2a6a069976bd0062de540d2593b79c /Makefile
parentdceeef9fe568bd633ed72ca995a1846a9dc20689 (diff)
downloadopenrc-3e2018f5e9c5cfd4ba8066747fc02dac1ce22f59.tar.gz
openrc-3e2018f5e9c5cfd4ba8066747fc02dac1ce22f59.tar.bz2
openrc-3e2018f5e9c5cfd4ba8066747fc02dac1ce22f59.tar.xz
Revert "Deprecate the network and staticroute scripts"
This reverts commit 5994e55937cbbb71b1c22ad829b77a1bcd8c3793. There are situations where these scripts can be useful, so I am bringing them back. Also, I want to start discussions about simplifying the OpenRC network stack.
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