summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-07-10 12:18:06 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-07-10 12:18:06 -0500
commit006fbdce83a8b75766f9d6deeedefef001f15b32 (patch)
tree6e0df158152a4f4e542b6d4293c8ad8575ff4f91 /Makefile
parent60d6847de553970a80207fde6bd46f5f3696e049 (diff)
downloadopenrc-006fbdce83a8b75766f9d6deeedefef001f15b32.tar.gz
openrc-006fbdce83a8b75766f9d6deeedefef001f15b32.tar.bz2
openrc-006fbdce83a8b75766f9d6deeedefef001f15b32.tar.xz
fix the upstream default network stack
The OpenRC upstream default network stack was changed, but there was no reason to change it. Now since we have the MKNET build switch, it is easy for the gentoo ebuild to install oldnet by default. The upstream default is newnet.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 593952a..b37de6b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +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
-ifeq (${MKNET},)
+ifeq (${MKNET},oldnet)
SUBDIR+= net doc
endif