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