summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-11-15 17:06:10 -0600
committerWilliam Hubbs <williamh@gentoo.org>2011-11-16 13:29:52 -0600
commit5994e55937cbbb71b1c22ad829b77a1bcd8c3793 (patch)
treefb48571a069d2a7b1024abd58e839d0410036837 /Makefile
parent3f2e9c4e1fa5587ec4f7ff07fbc5b5066c2d281e (diff)
downloadopenrc-5994e55937cbbb71b1c22ad829b77a1bcd8c3793.tar.gz
openrc-5994e55937cbbb71b1c22ad829b77a1bcd8c3793.tar.bz2
openrc-5994e55937cbbb71b1c22ad829b77a1bcd8c3793.tar.xz
Deprecate the network and staticroute scripts
These scripts are not supported, and they have several major design issues such as not being able to stop, start or allow a dependency on a single interface.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 74cf483..6263e7f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,12 +4,7 @@
include Makefile.inc
-SUBDIR= conf.d etc init.d local.d man scripts sh src
-
-# Build our old net foo or not
-ifeq (${MKOLDNET},yes)
-SUBDIR+= net doc
-endif
+SUBDIR= conf.d doc etc init.d local.d man net scripts sh src
# Build pkgconfig or not
MKPKGCONFIG?= yes