Backout last change, it's not necessary.
This commit is contained in:
parent
1df05a73fe
commit
aca1b74ca0
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: makeflist,v 1.63 2003/09/21 19:26:03 tron Exp $
|
||||
# $NetBSD: makeflist,v 1.64 2003/09/21 19:33:59 tron Exp $
|
||||
#
|
||||
# Print out the files in some or all lists.
|
||||
# Usage: makeflist [-b] [-x] [-a arch] [-m machine] [-s setsdir] [setname ...]
|
||||
|
@ -17,10 +17,6 @@ use_tools_toolchain=`${make} print_use_tools_toolchain`
|
|||
x11_version=`${make} print_x11_version`
|
||||
setd=`pwd`
|
||||
nlists="base comp etc games man misc text"
|
||||
if [ "`${make} print_have_gcc3`" != yes ]
|
||||
then
|
||||
nlists="$nlists gcc"
|
||||
fi
|
||||
xlists="xbase xcomp xcontrib xfont xserver xmisc"
|
||||
lists=$nlists
|
||||
|
||||
|
|
Loading…
Reference in New Issue