summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/awk
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-01-23 22:09:01 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-01-23 22:09:01 +0000
commit9c1462e438d4eeafb6df8cebd398f457f4a62261 (patch)
tree2cbb718f43c4e93a5622658cdf87eb13b204206e /gnu/usr.bin/awk
parentf9671174347f355319afe56e7ef020e46a00d38c (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/awk')
-rw-r--r--gnu/usr.bin/awk/Makefile4
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