From 408492d9e872dc17bb6c3d146f828ba85d9acc10 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 23 Dec 2008 02:56:10 +0000 Subject: [PATCH] Put the lvm/MKLVM glue into the sets subroutines --- distrib/sets/sets.subr | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/distrib/sets/sets.subr b/distrib/sets/sets.subr index 73e912907f3b..333cfd62e203 100644 --- a/distrib/sets/sets.subr +++ b/distrib/sets/sets.subr @@ -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 \ MKLDAP \ MKLINT \ + MKLVM \ MKMAN \ MKMANPAGES \ 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, # 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[,...]] # ./altroot base-sys-root # ./bin base-sys-root @@ -271,6 +272,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g" # kerberos ${MKKERBEROS} != no # ldap ${MKLDAP} != no # lint ${MKLINT} != no +# lvm ${MKLVM} != no # man ${MKMAN} != no # manpages ${MKMANPAGES} != no # manz ${MKMANZ} != no