2006-11-27 04:25:45 -07:00
|
|
|
#!/bin/sh
|
2014-05-03 09:18:26 -06:00
|
|
|
# $OpenBSD: gensetlist,v 1.3 2014/05/03 15:18:26 todd Exp $
|
2006-11-27 04:25:45 -07:00
|
|
|
|
|
|
|
arch=$MACHINE
|
|
|
|
listsdir=`pwd`/lists
|
|
|
|
|
|
|
|
setname=$1
|
|
|
|
|
|
|
|
if [ "$setname" = "xfont" ]; then
|
2006-11-29 09:36:46 -07:00
|
|
|
arch=x11r7
|
2006-11-27 04:25:45 -07:00
|
|
|
fi
|
|
|
|
|
|
|
|
cat $listsdir/$setname/mi $listsdir/$setname/md.${arch}
|