aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.bsd44
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:27:41 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:27:41 +0300
commit61bb57af53ebe916d2db6e3585d4fc7ac1d99b92 (patch)
tree2bfc4e5b127618d286f57a87d416702131b1b01d /Makefile.bsd44
parent0a9ae0c89481db540e1b817a63cc6c793a62c90d (diff)
downloadegawk-61bb57af53ebe916d2db6e3585d4fc7ac1d99b92.tar.gz
egawk-61bb57af53ebe916d2db6e3585d4fc7ac1d99b92.tar.bz2
egawk-61bb57af53ebe916d2db6e3585d4fc7ac1d99b92.zip
Move to gawk-2.15.3.
Diffstat (limited to 'Makefile.bsd44')
-rw-r--r--Makefile.bsd442
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.bsd44 b/Makefile.bsd44
index a5d968c9..52b995e4 100644
--- a/Makefile.bsd44
+++ b/Makefile.bsd44
@@ -9,4 +9,6 @@ BINDIR= /usr/bin
MANDIR= /usr/share/man/cat
CLEANFILES+=awk.c y.tab.h awk.0
+awk.0: gawk.1
+ nroff -man gawk.1 > awk.0
.include <bsd.prog.mk>