freebsd-dev/usr.sbin/acpi/acpidump/Makefile
Mitsuru IWASAKI 37a23ef8ee Add manpages acpi userland tools.
Obtained from:	ACPI for FreeBSD project
2000-09-14 22:48:39 +00:00

10 lines
200 B
Makefile

# $Id: Makefile,v 1.2 2000/07/14 18:16:29 iwasaki Exp $
# $FreeBSD$
PROG= acpidump
SRCS= acpi.c acpi_user.c asl_dump.c aml_dump.c acpidump.c
MAN8= acpidump.8
#DEBUG_FLAGS= -g
.include <bsd.prog.mk>