From: Jordan K. Hubbard Date: Thu, 17 Jun 1993 10:25:10 +0000 (+0000) Subject: Added targets for links in usr.bin X-Git-Tag: FreeBSD-release/1.1~2692 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/54d8c8e691761e31f4e829f91ec4e9a2c1ea1531 Added targets for links in usr.bin --- diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 283ca98827..2c4a5c434c 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -32,4 +32,14 @@ SUBDIR= ar awk biff basename cal calendar \ # disabled tn3270 +awk:: + @rm -f awk + ln -s ../gnu/gawk awk +groff:: + @rm -f groff + ln -s ../gnu/groff . +tar:: + @rm -f tar + ln -s ../gnu/tar . + .include