summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/awk
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-16 17:49:20 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-16 17:49:20 +0000
commit9953d9b05d7cd373f5252d5d4c9e6e47fb869d26 (patch)
tree95d1d9f87e7e2b2aca2bfe8a28423c707980cf2b /gnu/usr.bin/awk
parent8ab90258e87238dcfd2b95c2550b6d99ad2a528d (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/awk')
-rw-r--r--gnu/usr.bin/awk/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile
index e211738ad2c2..690eacf1c286 100644
--- a/gnu/usr.bin/awk/Makefile
+++ b/gnu/usr.bin/awk/Makefile
@@ -5,6 +5,8 @@ SRCS= main.c eval.c builtin.c msg.c iop.c io.c field.c getopt1.c \
CFLAGS+=-I${.CURDIR} -DGAWK
CLEANFILES+=awk.c y.tab.h
+SUBDIR+= doc
+
DPADD+= ${LIBGNUREGEX} ${LIBM}
LDADD+= -lgnuregex -lm