support MKCVS=no

This commit is contained in:
lukem 2004-01-04 13:20:49 +00:00
parent d30d9b04d0
commit 23bd6e4a23
3 changed files with 18 additions and 16 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.656 2004/01/04 00:54:18 lukem Exp $
# $NetBSD: mi,v 1.657 2004/01/04 13:20:49 lukem Exp $
./usr/bin/addr2line comp-debug-bin
./usr/bin/ar comp-util-bin
./usr/bin/as comp-util-bin
@ -9,8 +9,8 @@
./usr/bin/cc comp-c-bin
./usr/bin/crunchgen comp-c-bin
./usr/bin/crunchide comp-c-bin
./usr/bin/cvs comp-cvs-bin
./usr/bin/cvsbug comp-cvs-bin
./usr/bin/cvs comp-cvs-bin cvs
./usr/bin/cvsbug comp-cvs-bin cvs
./usr/bin/f77 comp-fortran-bin
./usr/bin/fgen comp-util-bin
./usr/bin/flex comp-c-bin
@ -43,7 +43,7 @@
./usr/bin/objcopy comp-util-bin
./usr/bin/objdump comp-util-bin
./usr/bin/ranlib comp-util-bin
./usr/bin/rcs2log comp-cvs-bin
./usr/bin/rcs2log comp-cvs-bin cvs
./usr/bin/rpcgen comp-c-bin
./usr/bin/size comp-util-bin
./usr/bin/strings comp-util-bin
@ -1884,7 +1884,7 @@
./usr/share/man/cat1/cccp.0 comp-util-catman
./usr/share/man/cat1/crunchgen.0 comp-c-catman
./usr/share/man/cat1/crunchide.0 comp-c-catman
./usr/share/man/cat1/cvs.0 comp-cvs-catman
./usr/share/man/cat1/cvs.0 comp-cvs-catman cvs
./usr/share/man/cat1/elf2aout.0 comp-sysutil-catman
./usr/share/man/cat1/elf2ecoff.0 comp-sysutil-catman
./usr/share/man/cat1/f77.0 comp-fortran-catman
@ -4527,13 +4527,13 @@
./usr/share/man/cat3/yperr_string.0 comp-c-catman yp
./usr/share/man/cat3/ypprot_err.0 comp-c-catman yp
./usr/share/man/cat3/zlib.0 comp-c-catman
./usr/share/man/cat5/cvs.0 comp-cvs-catman
./usr/share/man/cat5/cvs.0 comp-cvs-catman cvs
./usr/share/man/cat5/mk.conf.0 comp-util-catman
./usr/share/man/cat5/ranlib.0 comp-util-catman
./usr/share/man/cat7/operator.0 comp-c-catman
./usr/share/man/cat8/config.0 comp-sysutil-catman
./usr/share/man/cat8/config.new.0 comp-obsolete obsolete
./usr/share/man/cat8/cvsbug.0 comp-cvs-catman
./usr/share/man/cat8/cvsbug.0 comp-cvs-catman cvs
./usr/share/man/cat8/kgmon.0 comp-sysutil-catman
./usr/share/man/cat9/CALLOUT_INITIALIZER.0 comp-sys-catman
./usr/share/man/cat9/CALLOUT_INITIALIZER_SETFUNC.0 comp-sys-catman
@ -5479,7 +5479,7 @@
./usr/share/man/man1/cccp.1 comp-util-man
./usr/share/man/man1/crunchgen.1 comp-c-man
./usr/share/man/man1/crunchide.1 comp-c-man
./usr/share/man/man1/cvs.1 comp-cvs-man
./usr/share/man/man1/cvs.1 comp-cvs-man cvs
./usr/share/man/man1/elf2aout.1 comp-sysutil-man
./usr/share/man/man1/elf2ecoff.1 comp-sysutil-man
./usr/share/man/man1/f77.1 comp-fortran-man
@ -8114,12 +8114,12 @@
./usr/share/man/man3/yperr_string.3 comp-c-man yp
./usr/share/man/man3/ypprot_err.3 comp-c-man yp
./usr/share/man/man3/zlib.3 comp-c-man
./usr/share/man/man5/cvs.5 comp-cvs-man
./usr/share/man/man5/cvs.5 comp-cvs-man cvs
./usr/share/man/man5/mk.conf.5 comp-util-man
./usr/share/man/man5/ranlib.5 comp-util-man
./usr/share/man/man7/operator.7 comp-c-man
./usr/share/man/man8/config.8 comp-sysutil-man
./usr/share/man/man8/cvsbug.8 comp-cvs-man
./usr/share/man/man8/cvsbug.8 comp-cvs-man cvs
./usr/share/man/man8/kgmon.8 comp-sysutil-man
./usr/share/man/man9/CALLOUT_INITIALIZER.9 comp-sys-man
./usr/share/man/man9/CALLOUT_INITIALIZER_SETFUNC.9 comp-sys-man

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.645 2004/01/04 00:54:18 lukem Exp $
# $NetBSD: mi,v 1.646 2004/01/04 13:20:49 lukem Exp $
./usr/share/info/am-utils.info man-amd-info
./usr/share/info/as.info man-computil-info
./usr/share/info/awk.info man-util-info
@ -6,8 +6,8 @@
./usr/share/info/binutils.info man-computil-info
./usr/share/info/bzip2.info man-util-info
./usr/share/info/cpp.info man-util-info
./usr/share/info/cvs.info man-cvs-info
./usr/share/info/cvsclient.info man-cvs-info
./usr/share/info/cvs.info man-cvs-info cvs
./usr/share/info/cvsclient.info man-cvs-info cvs
./usr/share/info/dc.info man-util-info
./usr/share/info/diff.info man-util-info
./usr/share/info/dir man-info-share

View File

@ -1,4 +1,4 @@
# $NetBSD: sets.subr,v 1.18 2004/01/04 00:54:18 lukem Exp $
# $NetBSD: sets.subr,v 1.19 2004/01/04 13:20:49 lukem Exp $
#
#
@ -23,6 +23,7 @@
# MKCRYPTO_IDEA
# MKCRYPTO_MDC2
# MKCRYPTO_RC5
# MKCVS
# MKHESIOD
# MKKERBEROS
# MKKERBEROS4
@ -33,7 +34,7 @@
# MKSKEY
# MKYP
MKVARS="MKCRYPTO MKCRYPTO_IDEA MKCRYPTO_MDC2 MKCRYPTO_RC5 MKHESIOD MKKERBEROS MKKERBEROS4 MKLINT MKPOSTFIX MKPROFILE MKSENDMAIL MKSKEY MKYP"
MKVARS="MKCRYPTO MKCRYPTO_IDEA MKCRYPTO_MDC2 MKCRYPTO_RC5 MKCVS MKHESIOD MKKERBEROS MKKERBEROS4 MKLINT MKPOSTFIX MKPROFILE MKSENDMAIL MKSKEY MKYP"
oIFS=$IFS
IFS="
@ -91,7 +92,7 @@ fi
# In each file, a record consists of a path and a System Package name,
# separated by whitespace. E.g.,
#
# # $NetBSD: sets.subr,v 1.18 2004/01/04 00:54:18 lukem Exp $
# # $NetBSD: sets.subr,v 1.19 2004/01/04 13:20:49 lukem Exp $
# . base-sys-root [keyword[,...]]
# ./altroot base-sys-root
# ./bin base-sys-root
@ -115,6 +116,7 @@ fi
# crypto_idea <bsd.own.mk> ${MKCRYPTO_IDEA} != no
# crypto_mdc2 <bsd.own.mk> ${MKCRYPTO_MDC2} != no
# crypto_rc5 <bsd.own.mk> ${MKCRYPTO_RC5} != no
# cvs <bsd.own.mk> ${MKCVS} != no
# hesiod <bsd.own.mk> ${MKHESIOD} != no
# kerberos <bsd.own.mk> ${MKKERBEROS} != no
# kerberos4 <bsd.own.mk> ${MKKERBEROS4} != no