Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.sbin / acpitools / acpidump / Makefile
blobf996456b19cf46b70ab8ba7c7502f96ef9eeec82
1 # $NetBSD: Makefile,v 1.4 2009/12/22 08:44:03 cegger Exp $
2 # $FreeBSD: src/usr.sbin/acpi/acpidump/Makefile,v 1.7 2003/08/28 03:33:07 njl Exp $
4 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
5 CPPFLAGS+=-I${.CURDIR}/../../../sys
6 CPPFLAGS+=-I${.CURDIR}/..
7 PROG= acpidump
8 SRCS= acpi.c acpi_user.c acpidump.c
9 .endif
11 MAN= acpidump.8
12 .include <bsd.prog.mk>