From 5994e55937cbbb71b1c22ad829b77a1bcd8c3793 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 15 Nov 2011 17:06:10 -0600 Subject: 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. --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 74cf483b..6263e7f2 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 -- cgit v1.2.3