make oldnet the default for now
This commit is contained in:
parent
3e2018f5e9
commit
5d8b1b689b
1
Makefile
1
Makefile
@ -7,6 +7,7 @@ include Makefile.inc
|
|||||||
SUBDIR= conf.d etc init.d local.d man scripts sh src sysctl.d
|
SUBDIR= conf.d etc init.d local.d man scripts sh src sysctl.d
|
||||||
|
|
||||||
# Build our old net foo or not
|
# Build our old net foo or not
|
||||||
|
MKOLDNET?= yes
|
||||||
ifeq (${MKOLDNET},yes)
|
ifeq (${MKOLDNET},yes)
|
||||||
SUBDIR+= net doc
|
SUBDIR+= net doc
|
||||||
endif
|
endif
|
||||||
|
2
README
2
README
@ -16,7 +16,7 @@ MKSELINUX=yes
|
|||||||
MKSTATICLIBS=no
|
MKSTATICLIBS=no
|
||||||
MKTERMCAP=ncurses
|
MKTERMCAP=ncurses
|
||||||
MKTERMCAP=termcap
|
MKTERMCAP=termcap
|
||||||
MKOLDNET=yes
|
MKOLDNET=no
|
||||||
PKG_PREFIX=/usr/pkg
|
PKG_PREFIX=/usr/pkg
|
||||||
LOCAL_PREFIX=/usr/local
|
LOCAL_PREFIX=/usr/local
|
||||||
PREFIX=/usr/local
|
PREFIX=/usr/local
|
||||||
|
Loading…
Reference in New Issue
Block a user