summaryrefslogtreecommitdiff
path: root/data/adv-cmds/make.sh
blob: ae4cb5506e54b84f448be832f768839a26a2eec7 (plain)
1
2
3
4
5
6
7
8
9
10
pkg:extract
cd *
for tproj in finger fingerd last lsvfs md ps; do
    arm-apple-darwin-gcc -o "${tproj}" "${tproj}.tproj"/*.c -D'__FBSDID(x)='
    arm-apple-darwin-strip "${tproj}"
done
pkg: mkdir -p /bin /usr/bin /usr/libexec
pkg: cp -a ps /bin
pkg: cp -a finger last lsvfs md /usr/bin
pkg: cp -a fingerd /usr/libexec