Default to not building the old net scripts.
This commit is contained in:
parent
4febf00c06
commit
371506be48
1
Makefile
1
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 "";; \
|
||||
|
2
README
2
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
|
||||
|
@ -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 "";; \
|
||||
|
Loading…
Reference in New Issue
Block a user