summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--README2
-rw-r--r--init.d/Makefile1
3 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b4635a5..8a934a1 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,6 @@ PKG= ${NAME}-${VERSION}
SUBDIR= conf.d etc init.d man sh src
# Build our old net foo or not
-MKOLDNET?= yes
_OLDNET_SH= case "${MKOLDNET}" in \
[Yy][Ee][Ss]) echo "net doc";; \
*) echo "";; \
diff --git a/README b/README
index 547885f..f287e25 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ DESTDIR=/tmp/openrc-image
MKPAM=pam
MKTERMCAP=ncurses
MKTERMCAP=termcap
-MKOLDNET=no
+MKOLDNET=yes
PKG_PREFIX=/usr/pkg
LOCAL_PREFIX=/usr/local
PREFIX=/usr/local
diff --git a/init.d/Makefile b/init.d/Makefile
index 19f5946..b816ae7 100644
--- a/init.d/Makefile
+++ b/init.d/Makefile
@@ -4,7 +4,6 @@ SRCS= bootmisc.in fsck.in hostname.in local.in localmount.in netmount.in \
BIN= ${OBJS}
# Build our old net foo or not
-MKOLDNET?= yes
_OLDNET_SH= case "${MKOLDNET}" in \
[Yy][Ee][Ss]) echo "net.lo";; \
*) echo "";; \