aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-07-08 21:04:05 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-07-08 21:04:05 -0500
commit5d8b1b689b2fb04eb7840dcc1d07c82f3e9a9960 (patch)
treef468cda109dc6023b11687f18f71553a4a32748b
parent3e2018f5e9c5cfd4ba8066747fc02dac1ce22f59 (diff)
make oldnet the default for now
-rw-r--r--Makefile1
-rw-r--r--README2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0462f028..028c3634 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +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)
SUBDIR+= net doc
endif
diff --git a/README b/README
index f02557e5..70f334fa 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ MKSELINUX=yes
MKSTATICLIBS=no
MKTERMCAP=ncurses
MKTERMCAP=termcap
-MKOLDNET=yes
+MKOLDNET=no
PKG_PREFIX=/usr/pkg
LOCAL_PREFIX=/usr/local
PREFIX=/usr/local