Put the lvm/MKLVM glue into the sets subroutines
This commit is contained in:
parent
72d7476867
commit
408492d9e8
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: sets.subr,v 1.77 2008/11/29 17:57:33 tsutsui Exp $
|
# $NetBSD: sets.subr,v 1.78 2008/12/23 02:56:10 agc Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -46,6 +46,7 @@ MKVARS="\
|
||||||
MKKERBEROS \
|
MKKERBEROS \
|
||||||
MKLDAP \
|
MKLDAP \
|
||||||
MKLINT \
|
MKLINT \
|
||||||
|
MKLVM \
|
||||||
MKMAN \
|
MKMAN \
|
||||||
MKMANPAGES \
|
MKMANPAGES \
|
||||||
MKMANZ \
|
MKMANZ \
|
||||||
|
@ -227,7 +228,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g"
|
||||||
# In each file, a record consists of a path and a System Package name,
|
# In each file, a record consists of a path and a System Package name,
|
||||||
# separated by whitespace. E.g.,
|
# separated by whitespace. E.g.,
|
||||||
#
|
#
|
||||||
# # $NetBSD: sets.subr,v 1.77 2008/11/29 17:57:33 tsutsui Exp $
|
# # $NetBSD: sets.subr,v 1.78 2008/12/23 02:56:10 agc Exp $
|
||||||
# . base-sys-root [keyword[,...]]
|
# . base-sys-root [keyword[,...]]
|
||||||
# ./altroot base-sys-root
|
# ./altroot base-sys-root
|
||||||
# ./bin base-sys-root
|
# ./bin base-sys-root
|
||||||
|
@ -271,6 +272,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g"
|
||||||
# kerberos ${MKKERBEROS} != no
|
# kerberos ${MKKERBEROS} != no
|
||||||
# ldap ${MKLDAP} != no
|
# ldap ${MKLDAP} != no
|
||||||
# lint ${MKLINT} != no
|
# lint ${MKLINT} != no
|
||||||
|
# lvm ${MKLVM} != no
|
||||||
# man ${MKMAN} != no
|
# man ${MKMAN} != no
|
||||||
# manpages ${MKMANPAGES} != no
|
# manpages ${MKMANPAGES} != no
|
||||||
# manz ${MKMANZ} != no
|
# manz ${MKMANZ} != no
|
||||||
|
|
Loading…
Reference in New Issue