diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-02-21 21:59:41 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-02-21 21:59:41 +0000 |
commit | a282a24295fd6906d3c2372a8429bced5a17529a (patch) | |
tree | 8ce9b7410c0da989d8386ed10d4638bbb7375916 /usr.sbin/apm/Makefile | |
parent | b65f1625f9ff7f0362096a6cf39f4348827cc912 (diff) |
Add new apm(4) man page for zaurus based on macppc, and add zaurus to
MANSUBDIR for apm(8).
ok deraadt@
Diffstat (limited to 'usr.sbin/apm/Makefile')
-rw-r--r-- | usr.sbin/apm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index ad1c3f6c673..fed9fcad116 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2005/01/19 02:02:34 uwe Exp $ +# $OpenBSD: Makefile,v 1.9 2005/02/21 21:59:40 uwe Exp $ .if (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ @@ -15,7 +15,7 @@ NOPROG=yes .endif MAN= apm.8 -MANSUBDIR=i386 macppc +MANSUBDIR=i386 macppc zaurus MLINKS= apm.8 zzz.8 .include <bsd.prog.mk> |