diff --git a/src/apps/bin/gawk/Jamfile b/src/apps/bin/gawk/Jamfile index 8e6f78b7c2..3d5b25c4a8 100644 --- a/src/apps/bin/gawk/Jamfile +++ b/src/apps/bin/gawk/Jamfile @@ -20,4 +20,10 @@ BinCommand pgawk : : libintl.a : gawk.rdef ; +MakeLocate awk : $(OBOS_BIN_DIR) ; +RelSymLink awk : gawk ; +MakeLocate igawk : $(OBOS_BIN_DIR) ; +RelSymLink igawk : gawk ; + SubInclude OBOS_TOP src apps bin gawk intl ; +