diff options
Diffstat (limited to 'share/man/man1/Makefile')
-rw-r--r-- | share/man/man1/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index 8eaaf55fdec..f738f287a48 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.13 2018/07/09 17:18:56 espie Exp $ +# $OpenBSD: Makefile,v 1.14 2018/07/10 09:05:47 espie Exp $ # $NetBSD: Makefile,v 1.4 1994/12/22 10:48:04 cgd Exp $ MAN= clang-local.1 help.1 intro.1 gcc-local.1 # ports tools doc -MAN+= check-lib-depends.1 check-manpages.1 check-problems.1 \ - clean-old-distfiles.1 dpb-replay.1 dpb.1 \ +MAN+= check-lib-depends.1 clean-old-distfiles.1 dpb-replay.1 dpb.1 \ outdated-perl-ports.1 \ - pkg_outdated.1 pkg_subst.1 \ + pkg_check-problems.1 pkg_check-manpages.1 pkg_outdated.1 \ + pkg_subst.1 \ port-getpkgpath-helper.1 port-resolve-lib-helper.1 \ port-search-helper.1 \ portbump.1 portcheck.1 portgen.1 \ |