Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/distrib/sets Pullup 1.23 [jmc]:



details:   https://anonhg.NetBSD.org/src/rev/4596b24e550e
branches:  netbsd-1-5
changeset: 490038:4596b24e550e
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Nov 01 02:10:53 2000 +0000

description:
Pullup 1.23 [jmc]:
Enable xmisc in sysinst.

diffstat:

 distrib/sets/makeflist |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 9de9d0898968 -r 4596b24e550e distrib/sets/makeflist
--- a/distrib/sets/makeflist    Wed Nov 01 02:10:35 2000 +0000
+++ b/distrib/sets/makeflist    Wed Nov 01 02:10:53 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: makeflist,v 1.21.2.3 2000/10/05 02:33:27 tv Exp $
+# $NetBSD: makeflist,v 1.21.2.4 2000/11/01 02:10:53 tv Exp $
 #
 # Print out the files in some or all lists.
 # Usage: makeflist [-b] [-x] [-a arch] [-m machine] [-s setsdir] [setname ...]
@@ -12,7 +12,7 @@
 arch=${MACHINE_ARCH:-`printf 'xxx:\n\techo ${MACHINE_ARCH}' | $MAKE -s -f-`}
 setd=`pwd`
 nlists="base comp etc games man misc text"
-xlists="xbase xcomp xcontrib xfont xserver"
+xlists="xbase xcomp xcontrib xfont xserver xmisc"
 lists=$nlists
 
 # handle args



Home | Main Index | Thread Index | Old Index