mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 16:32:25 +01:00
9 lines
183 B
Makefile
9 lines
183 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
|
|
#DEBUG_FLAGS= -g
|
|
|
|
.include <bsd.prog.mk>
|