blob: 8a86e9fbad08bf33cc6aa40fe445dfeb28cbbd9e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
# $OpenBSD: makeflist,v 1.3 2014/08/31 16:52:26 matthieu Exp $
arch=$MACHINE
listsdir=`pwd`/lists
for setname in xbase xetc xfont xserv xshare
do
sh ./gensetlist $setname
done | sort
|