diff options
Diffstat (limited to 'data/adv-cmds/make.sh')
-rw-r--r-- | data/adv-cmds/make.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/adv-cmds/make.sh b/data/adv-cmds/make.sh index 5d0039951..385b9709a 100644 --- a/data/adv-cmds/make.sh +++ b/data/adv-cmds/make.sh @@ -1,5 +1,4 @@ -pkg:extract -cd * +pkg:setup for tproj in finger fingerd last lsvfs md ps; do "${PKG_TARG}-gcc" -o "${tproj}" "${tproj}.tproj"/*.c -D'__FBSDID(x)=' done |