1# $FreeBSD$ 2 3PROG= acpidump 4MAN= acpidump.8 5SRCS= acpi.c acpi_user.c acpidump.c 6WARNS?= 3 7 8.include <bsd.prog.mk> 9