fix a couple of minor errors picked up by he@. thanks!

This commit is contained in:
mrg 2008-11-09 23:07:22 +00:00
parent 9c8df5ee67
commit e5bc8e2c94
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: sets.subr,v 1.72 2008/11/09 23:02:29 mrg Exp $
# $NetBSD: sets.subr,v 1.73 2008/11/09 23:07:22 mrg Exp $
#
#
@ -229,7 +229,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.72 2008/11/09 23:02:29 mrg Exp $
# # $NetBSD: sets.subr,v 1.73 2008/11/09 23:07:22 mrg Exp $
# . base-sys-root [keyword[,...]]
# ./altroot base-sys-root
# ./bin base-sys-root
@ -288,8 +288,8 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g"
# sendmail ${MKSENDMAIL} != no
# share ${MKSHARE} != no
# skey ${MKSKEY} != no
# x11 ${MKX11} != no && ${X11FLAVOUR} == "XFree86"
# xorg ${MKX11} != no && ${X11FLAVOUR} == "XFree86"
# x11 ${MKX11} != no && ${X11FLAVOUR} != "Xorg"
# xorg ${MKX11} != no && ${X11FLAVOUR} == "Xorg"
# yp ${MKYP} != no
#
# gcc=<n> <n> = value of ${HAVE_GCC}

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.README,v 1.237 2008/11/09 23:02:29 mrg Exp $
# $NetBSD: bsd.README,v 1.238 2008/11/09 23:07:22 mrg Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@ -387,8 +387,8 @@ USE_YP If "no", disables building YP (NIS) support into
X11FLAVOUR Set to "Xorg" or "XFree86", depending on whether to build
XFree86 or modular Xorg. Only matters if MKX11!=no.
Default: "yes" on amd64, i386, macppc, shark, sparc and
sparc64, "no" on everything else.
Default: "Xorg" on amd64, i386, macppc, shark, sparc and
sparc64, "XFree86" on everything else.
COPTS.lib<lib>
OBJCOPTS.lib<lib>