summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-08-15 10:31:12 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-08-15 10:31:12 +0000
commit3dec5dd0054397fe84502edb9ddcc007f3600d21 (patch)
tree2472e2653353b2ed49108e0fcee8336f6962fda3 /gnu
parent2e8f0fe474c0ef6857cb0581ea2879daccbf85b1 (diff)
downloadFreeBSD-src-3dec5dd0054397fe84502edb9ddcc007f3600d21.zip
FreeBSD-src-3dec5dd0054397fe84502edb9ddcc007f3600d21.tar.gz
Update for the newly-updated gawk-3.0.6.
Diffstat (limited to 'gnu')
-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 6ba1bdb..c05310d 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
OpenPOWER on IntegriCloud