diff options
| author | takemura <takemura@NetBSD.org> | 2002-10-14 06:31:37 +0000 |
|---|---|---|
| committer | takemura <takemura@NetBSD.org> | 2002-10-14 06:31:37 +0000 |
| commit | 976f1e210f0525531e727ce266ab18081d4cf52c (patch) | |
| tree | cbaf3610de02e2ea7215edfd0e301923acb2181d /usr.sbin/apm | |
| parent | cb76676a560d36207135ec886d4d4b274f5c1f4d (diff) | |
Enabled apm command device node for hpcmips and put apm.8 and zzz.8 man pages
into mi directory.
Diffstat (limited to 'usr.sbin/apm')
| -rw-r--r-- | usr.sbin/apm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 5cbd995a9c3..079e294845b 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2002/09/19 12:08:37 lukem Exp $ +# $NetBSD: Makefile,v 1.12 2002/10/14 06:31:38 takemura Exp $ .include <bsd.own.mk> -.if (${MACHINE} == "i386" || ${MACHINE} == "macppc" || ${MACHINE} == "hpcarm") +.if (${MACHINE} == "i386" || ${MACHINE} == "macppc" || ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcmips") PROG= apm SRCS= apm.c apmsubr.c .PATH: ${NETBSDSRCDIR}/usr.sbin/apmd @@ -11,7 +11,6 @@ LINKS= ${BINDIR}/apm ${BINDIR}/zzz .endif MAN= apm.8 -MANSUBDIR=/i386 MLINKS= apm.8 zzz.8 .include <bsd.prog.mk> |
