diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-10 03:10:03 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-10 03:10:03 +0000 |
| commit | 259b7fa9b95bcf189bb5f935ac37274fc98f7bc4 (patch) | |
| tree | 3b3bae40a27a95ec6b55d96fccd9917d74047931 /usr.bin/awk | |
| parent | a4a4d0803cae6e6d1b0888a7b449603e979c33d9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/awk')
| -rw-r--r-- | usr.bin/awk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile index 7c3da1199e45..f732c71739d8 100644 --- a/usr.bin/awk/Makefile +++ b/usr.bin/awk/Makefile @@ -19,7 +19,7 @@ MLINKS= nawk.1 awk.1 CLEANFILES= maketab proctab.c ytab.h ytab.h: awkgram.h - ln -fs ${.ALLSRC} ${.TARGET} + ln -sf ${.ALLSRC} ${.TARGET} proctab.c: maketab ./maketab > proctab.c @@ -27,8 +27,8 @@ proctab.c: maketab build-tools: maketab maketab: ytab.h ${AWKSRC}/maketab.c -CLEANFILES+= nawk.1 +CLEANFILES+= nawk.1 nawk.1: awk.1 - ln -fs ${.ALLSRC} ${.TARGET} + ln -sf ${.ALLSRC} ${.TARGET} .include <bsd.prog.mk> |
