aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/awk/Makefile2
-rw-r--r--gnu/usr.bin/dc/Makefile1
-rw-r--r--gnu/usr.bin/ptx/Makefile2
-rw-r--r--gnu/usr.bin/send-pr/Makefile4
4 files changed, 8 insertions, 1 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
diff --git a/gnu/usr.bin/dc/Makefile b/gnu/usr.bin/dc/Makefile
index 937c7d9f2d65..57b2ebd4092c 100644
--- a/gnu/usr.bin/dc/Makefile
+++ b/gnu/usr.bin/dc/Makefile
@@ -3,5 +3,6 @@ SRCS= dc.c decimal.c
CFLAGS+=-I${.CURDIR} -DHAVE_BCOPY=1 -DHAVE_BZERO=1
DPADD= ${LIBM}
LDADD= -lm
+SUBDIR+= doc
.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/ptx/Makefile b/gnu/usr.bin/ptx/Makefile
index 5a2bd7f634e6..b06f5b4f3e59 100644
--- a/gnu/usr.bin/ptx/Makefile
+++ b/gnu/usr.bin/ptx/Makefile
@@ -7,4 +7,6 @@ CFLAGS+= -DHAVE_CONFIG_H -DDEFAULT_IGNORE_FILE=\"/usr/share/dict/eign\"
NOMAN=
+SUBDIR+= doc
+
.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/send-pr/Makefile b/gnu/usr.bin/send-pr/Makefile
index f0709acf32bb..a3a765be3993 100644
--- a/gnu/usr.bin/send-pr/Makefile
+++ b/gnu/usr.bin/send-pr/Makefile
@@ -7,7 +7,9 @@ SUBMITTERS= current-users
RELEASE!= uname -rsm
CLEANFILES+= send-pr send-pr.el
-all: send-pr
+SUBDIR+= doc
+
+all: send-pr _PROGSUBDIR
send-pr: send-pr.sh Makefile
sed -e 's,@DATADIR@,/etc,g' \