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
}/..
8 SRCS
= acpi.c acpi_user.c acpidump.c
12 .
include <bsd.prog.mk
>