summaryrefslogtreecommitdiff
path: root/distrib/sets/makeflist
blob: b1be9936642fc4cfd111f314306a9a20fde071e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#	$OpenBSD: makeflist,v 1.1.1.1 2006/11/27 11:25:45 matthieu Exp $

arch=$MACHINE
Release=$1
listsdir=`pwd`/lists

lists=`sh ./genlists $arch`
for setname in $lists
do
	sh ./gensetlist $setname $Release
done | sort