diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-08-15 10:31:12 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-08-15 10:31:12 +0000 |
| commit | 29fee37e7fa0114c14107782553a9143c671a700 (patch) | |
| tree | bade7993eb8e68001e441c1a71b7a667ec442e65 /gnu/usr.bin | |
| parent | 91cbd2eec0d10f7e8be60a45cb28464a8dd47f06 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/awk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile index 6ba1bdb8a662..c05310dabf0f 100644 --- a/gnu/usr.bin/awk/Makefile +++ b/gnu/usr.bin/awk/Makefile @@ -9,9 +9,9 @@ PROG= awk SRCS= array.c awktab.y builtin.c eval.c field.c gawkmisc.c io.c main.c \ msg.c node.c re.c version.c dfa.c getopt.c getopt1.c -MAN1= doc/awk.1 +MAN1= doc/gawk.1 -YFLAGS= +MLINKS= gawk.1 awk.1 # Important for ctype macros! CFLAGS+= -funsigned-char |
