diff --git a/tools/tinder.sh b/tools/tinder.sh index 17e8d3d7e806..4291e88dfe95 100755 --- a/tools/tinder.sh +++ b/tools/tinder.sh @@ -37,6 +37,8 @@ # sh tools/tinder.sh gnu/lib/libdialog usr.sbin/sade NO_CLEAN=yes # # build libdialog and sade for all architectures # # without making clean +# sh tools/tinder.sh gnu/lib/libdialog usr.sbin/sade TARGETS="amd64 i386" +# # build libdialog and sade only for amd64 and i386 # if [ $# -eq 0 ]; then