summaryrefslogtreecommitdiff
path: root/share/man/man1/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2018-06-26 05:38:50 +0000
committerMarc Espie <espie@cvs.openbsd.org>2018-06-26 05:38:50 +0000
commit8e0b53c2e9765fe540ac779f0ab3ac2a3039d2c5 (patch)
tree46d8bed9be4b40858be0cb00f6d4bf2d152f7e99 /share/man/man1/Makefile
parent8d898f8a824893757df71e2a1b254522f41829df (diff)
move ports infra manpages into base, as discussed with
schwarze@, deraadt@, landry@...
Diffstat (limited to 'share/man/man1/Makefile')
-rw-r--r--share/man/man1/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile
index bab3094ab1f..feaa34eb45a 100644
--- a/share/man/man1/Makefile
+++ b/share/man/man1/Makefile
@@ -1,6 +1,15 @@
-# $OpenBSD: Makefile,v 1.7 2017/02/12 09:57:47 jsg Exp $
+# $OpenBSD: Makefile,v 1.8 2018/06/26 05:38:49 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 dolock.1 dpb-replay.1 dpb.1 \
+ getpkgpath.1 out-of-date.1 outdated-perl-ports.1 \
+ pkg_subst.1 portbump.1 portcheck.1 portgen.1 \
+ portimport.1 portslogger.1 proot.1 register-plist.1 \
+ resolve-lib.1 retrieve-index.1 update-patches.1 \
+ update-plist.1
+
.include <bsd.prog.mk>