From 006fbdce83a8b75766f9d6deeedefef001f15b32 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 10 Jul 2012 12:18:06 -0500 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 593952ab..b37de6b6 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 -- cgit v1.2.3