Home | History | Annotate | Download | only in sets

Lines Matching refs:lists

5 # Make release tar files for some or all lists.  Usage:
24 lists=
46 -L base,x Make specified lists
47 -b Make both netbsd and x11 lists
48 -x Only make x11 lists
49 [Default: make netbsd lists]
55 -F setlistdir output directory for generated set lists [${dest}/etc/mtree/]
63 [setname ...] Sets to build [${lists}]
82 base) lists="${lists} ${nlists}" ;;
83 x) lists="${lists} ${xlists}" ;;
90 lists="${nlists} ${xlists}"
93 lists="${xlists}"
142 lists="$(echo ${lists} | ${SED} -e 's/ etc / /;s/ xetc / /;')"
145 lists="$*"
177 for setname in ${lists}; do
210 if ${setfilesonly}; then # exit after creating the set lists
229 for setname in ${lists:-${nlists}}; do