mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
Also clean up the output of dumped tables. Update the man page for the new usage. Make WARNS=6 clean.
8 lines
114 B
Makefile
8 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= acpidump
|
|
MAN= acpidump.8
|
|
SRCS= acpi.c acpi_user.c acpidump.c
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|