From 60d6847de553970a80207fde6bd46f5f3696e049 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 10 Jul 2012 01:59:28 -0500 Subject: add the MKNET variable to select a network stack The MKNET variable can be used to select the network stack you want to build and install with OpenRC. The current default is the gentoo "oldnet" stack. If you want to install the OpenRC newnet stack, use MKNET=newnet on the make command line. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 028c3634..593952ab 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +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 -MKOLDNET?= yes -ifeq (${MKOLDNET},yes) +ifeq (${MKNET},) SUBDIR+= net doc endif -- cgit v1.2.3