summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaniel <daniel@openbsd.org>2019-09-08 17:20:51 +0000
committerdaniel <daniel@openbsd.org>2019-09-08 17:20:51 +0000
commit5c9ba759a883c5a717f9274ad4053432368585c0 (patch)
tree3d21ecf3aa0650a33a8093e57ff2d84437d6977f
parentOnly install the gcc-local(1) and clang-local(1) man pages if we also have (diff)
downloadwireguard-openbsd-5c9ba759a883c5a717f9274ad4053432368585c0.tar.xz
wireguard-openbsd-5c9ba759a883c5a717f9274ad4053432368585c0.zip
reverting for now; requested by deraadt
-rw-r--r--share/man/man1/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile
index e8694144358..ff11619c9a6 100644
--- a/share/man/man1/Makefile
+++ b/share/man/man1/Makefile
@@ -1,16 +1,7 @@
-# $OpenBSD: Makefile,v 1.15 2019/09/08 17:13:44 daniel Exp $
+# $OpenBSD: Makefile,v 1.16 2019/09/08 17:20:51 daniel Exp $
# $NetBSD: Makefile,v 1.4 1994/12/22 10:48:04 cgd Exp $
-.include <bsd.own.mk>
-
-MAN= help.1 intro.1
-
-.if ${BUILD_CLANG:L} == "yes"
-MAN += clang-local.1
-.endif
-.if ${BUILD_GCC3:L} == "yes" || ${BUILD_GCC4:L} == "yes"
-MAN += gcc-local.1
-.endif
+MAN= clang-local.1 help.1 intro.1 gcc-local.1
# ports tools doc
MAN+= check-lib-depends.1 clean-old-distfiles.1 dpb-replay.1 dpb.1 \