Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/acpitools/acpidump Put "MAN= acpidump.8" back out...
details: https://anonhg.NetBSD.org/src/rev/95ac932c6ccb
branches: trunk
changeset: 750361:95ac932c6ccb
user: abs <abs%NetBSD.org@localhost>
date: Sun Dec 27 21:42:22 2009 +0000
description:
Put "MAN= acpidump.8" back outside the i386/amd64 block so its in the
MI manpages, and non i386/amd64 setlists are correct again
diffstat:
usr.sbin/acpitools/acpidump/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r be97e42fd9c4 -r 95ac932c6ccb usr.sbin/acpitools/acpidump/Makefile
--- a/usr.sbin/acpitools/acpidump/Makefile Sun Dec 27 20:36:38 2009 +0000
+++ b/usr.sbin/acpitools/acpidump/Makefile Sun Dec 27 21:42:22 2009 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2009/12/22 08:44:03 cegger Exp $
+# $NetBSD: Makefile,v 1.5 2009/12/27 21:42:22 abs Exp $
# $FreeBSD: src/usr.sbin/acpi/acpidump/Makefile,v 1.7 2003/08/28 03:33:07 njl Exp $
.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
CPPFLAGS+=-I${.CURDIR}/../../../sys
CPPFLAGS+=-I${.CURDIR}/..
PROG= acpidump
-MAN= acpidump.8
SRCS= acpi.c acpi_user.c acpidump.c
.endif
+MAN= acpidump.8
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index