diff options
author | Daniel Dickman <daniel@cvs.openbsd.org> | 2019-09-08 17:20:52 +0000 |
---|---|---|
committer | Daniel Dickman <daniel@cvs.openbsd.org> | 2019-09-08 17:20:52 +0000 |
commit | 68b26c1b8535381388cade19b6a8d260491f3784 (patch) | |
tree | 72c028fbc0e0c37d3cf941124eb617aa96b22a71 /share/man/man1 | |
parent | 0f0d7772f11aabeda058d9c69998ac661def30b8 (diff) |
reverting for now; requested by deraadt
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/Makefile | 13 |
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 \ |