mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
9 lines
114 B
Makefile
9 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= acpidump
|
|
MAN= acpidump.8
|
|
SRCS= acpi.c acpi_user.c acpidump.c
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|