mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 18:28:43 +00:00
11 lines
197 B
Bash
11 lines
197 B
Bash
#!/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
|