summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2010-10-17 22:54:37 +0000
committerschwarze <schwarze@openbsd.org>2010-10-17 22:54:37 +0000
commita6fc0772258b3213add79acb6b3dc2a90bd0edf4 (patch)
tree893cc8af6d6bef6510b543ddedc750a9da3e1d03
parentBuild tbl(1) pages with mandoc(1), not groff. (diff)
downloadwireguard-openbsd-a6fc0772258b3213add79acb6b3dc2a90bd0edf4.tar.xz
wireguard-openbsd-a6fc0772258b3213add79acb6b3dc2a90bd0edf4.zip
Stop installing me(1) and ms(1) source code.
We will soon get rid of groff in base, so there is no longer any way to use these files with base. No opposition on tech@.
-rw-r--r--gnu/usr.sbin/sendmail/Makefile4
-rw-r--r--usr.bin/bc/Makefile7
-rw-r--r--usr.bin/gprof/Makefile6
-rw-r--r--usr.bin/lex/Makefile7
-rw-r--r--usr.bin/make/Makefile6
-rw-r--r--usr.bin/vi/Makefile7
-rw-r--r--usr.bin/yacc/Makefile7
7 files changed, 8 insertions, 36 deletions
diff --git a/gnu/usr.sbin/sendmail/Makefile b/gnu/usr.sbin/sendmail/Makefile
index b86f7c2180f..7b35e3fbc1c 100644
--- a/gnu/usr.sbin/sendmail/Makefile
+++ b/gnu/usr.sbin/sendmail/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2004/06/29 04:07:49 millert Exp $
+# $OpenBSD: Makefile,v 1.10 2010/10/17 22:54:37 schwarze Exp $
# We only use these libs internally
.if !make(install)
@@ -15,7 +15,7 @@ SUBDIR+= libmilter sendmail mailstats makemap praliases smrsh editmap cf/cf
# These just get installed verbatim
.if make(install)
-SUBDIR+= doc/op cf
+SUBDIR+= cf
.endif
.include <bsd.subdir.mk>
diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile
index e8b226401b7..dfe79fc1986 100644
--- a/usr.bin/bc/Makefile
+++ b/usr.bin/bc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2006/06/30 19:02:28 otto Exp $
+# $OpenBSD: Makefile,v 1.5 2010/10/17 22:54:37 schwarze Exp $
PROG= bc
SRCS= bc.y scan.l
@@ -10,9 +10,4 @@ beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \
${DESTDIR}/usr/share/misc
-# These get installed verbatim
-.if make(install)
-SUBDIR+= USD.doc
-.endif
-
.include <bsd.prog.mk>
diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile
index 7064396d33c..5b91d5e320b 100644
--- a/usr.bin/gprof/Makefile
+++ b/usr.bin/gprof/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2010/02/03 20:49:01 miod Exp $
+# $OpenBSD: Makefile,v 1.19 2010/10/17 22:54:37 schwarze Exp $
.include <bsd.own.mk>
@@ -22,8 +22,4 @@ beforeinstall:
${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
${DESTDIR}/usr/share/misc
-.if make(install)
-SUBDIR+= PSD.doc
-.endif
-
.include <bsd.prog.mk>
diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile
index e01cedb6fb1..17177a2c320 100644
--- a/usr.bin/lex/Makefile
+++ b/usr.bin/lex/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2003/12/09 12:42:41 jmc Exp $
+# $OpenBSD: Makefile,v 1.10 2010/10/17 22:54:37 schwarze Exp $
#
# By default, flex will be configured to generate 8-bit scanners only if the
# -8 flag is given. If you want it to always generate 8-bit scanners, add
@@ -26,11 +26,6 @@ LINKS= ${BINDIR}/lex ${BINDIR}/flex \
${BINDIR}/lex ${BINDIR}/flex++
MLINKS= flex.1 lex.1 flex.1 flex++.1
-# This just gets installed verbatim
-.if make(install)
-SUBDIR+= PSD.doc
-.endif
-
parse.h parse.c: parse.y
${YACC} -d ${.ALLSRC}
mv y.tab.c parse.c
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 85f2b03fdc4..019dfa3d2c3 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.51 2010/04/25 13:59:53 espie Exp $
+# $OpenBSD: Makefile,v 1.52 2010/10/17 22:54:37 schwarze Exp $
PROG= make
CFLAGS+= -I${.OBJDIR} -I${.CURDIR}
@@ -60,10 +60,6 @@ var.ln: varhashconsts.h
cond.ln: condhashconsts.h
targ.ln parse.ln: nodehashconsts.h
-.if make(install)
-SUBDIR+= PSD.doc
-.endif
-
.PHONY: regress
.include <bsd.prog.mk>
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index 32fee981e48..56392eb674b 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -1,10 +1,5 @@
-# $OpenBSD: Makefile,v 1.12 2004/02/09 21:09:10 jmc Exp $
+# $OpenBSD: Makefile,v 1.13 2010/10/17 22:54:37 schwarze Exp $
SUBDIR= build
-.if make(install)
-SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref
-SUBDIR+= docs/USD.doc/vi.ref docs/USD.doc/vitut
-.endif
-
.include <bsd.subdir.mk>
diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile
index a5143739b8a..47161125ea8 100644
--- a/usr.bin/yacc/Makefile
+++ b/usr.bin/yacc/Makefile
@@ -1,15 +1,10 @@
-# $OpenBSD: Makefile,v 1.4 2004/09/18 21:25:52 otto Exp $
+# $OpenBSD: Makefile,v 1.5 2010/10/17 22:54:37 schwarze Exp $
PROG= yacc
SRCS= closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \
skeleton.c symtab.c verbose.c warshall.c
MAN= yacc.1 yyfix.1
-# This just gets installed verbatim
-.if make(install)
-SUBDIR+= PSD.doc
-.endif
-
beforeinstall:
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/yyfix.sh ${DESTDIR}${BINDIR}/yyfix