diff options
Diffstat (limited to 'Makefile.bsd44')
-rw-r--r-- | Makefile.bsd44 | 2 |
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> |