diff options
-rw-r--r-- | share/man/man1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index 2e0778b026f..bab3094ab1f 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 2015/03/27 01:59:26 schwarze Exp $ +# $OpenBSD: Makefile,v 1.7 2017/02/12 09:57:47 jsg Exp $ # $NetBSD: Makefile,v 1.4 1994/12/22 10:48:04 cgd Exp $ -MAN= help.1 intro.1 gcc-local.1 +MAN= clang-local.1 help.1 intro.1 gcc-local.1 .include <bsd.prog.mk> |