make oldnet the default for now

This commit is contained in:
William Hubbs 2012-07-08 21:04:05 -05:00
parent 3e2018f5e9
commit 5d8b1b689b
2 changed files with 2 additions and 1 deletions

View File

@ -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

2
README
View File

@ -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