diff options
author | kn <kn@cvs.openbsd.org> | 2021-03-29 20:10:31 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2021-03-29 20:10:31 +0000 |
commit | 1f7b378ad158280ac656c3f97807fac08486e7ad (patch) | |
tree | 0115a9a63a069578f1d67b99c8c09f759b8783ba /usr.sbin/apm | |
parent | 8b6a01a809a1a894708a205826a683d1823b2a2c (diff) |
Install apm(8) and and apmd(8) under MI MANPATH
powerpc64 was lacking manual pages; instead of shipping yet another
identical MD manual, merge them under MI MANPATH as usual.
Input OK deraadt
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r-- | usr.sbin/apm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index d30f1cb0143..a6d5a35ed5d 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2020/07/15 22:46:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.20 2021/03/29 20:10:30 kn Exp $ .if ((${MACHINE} == "arm64") || (${MACHINE} == "amd64") || \ @@ -19,6 +19,5 @@ NOPROG=yes .endif MAN= apm.8 -MANSUBDIR=arm64 amd64 i386 loongson macppc sparc64 .include <bsd.prog.mk> |