summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/adv-cmds/make.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/data/adv-cmds/make.sh b/data/adv-cmds/make.sh
index 1322591b9..ae4cb5506 100644
--- a/data/adv-cmds/make.sh
+++ b/data/adv-cmds/make.sh
@@ -1,9 +1,10 @@
pkg:extract
cd *
-for tproj in lsvfs ps; do
+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
+pkg: mkdir -p /bin /usr/bin /usr/libexec
pkg: cp -a ps /bin
-pkg: cp -a lsvfs /usr/bin
+pkg: cp -a finger last lsvfs md /usr/bin
+pkg: cp -a fingerd /usr/libexec