]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/dmardump/Makefile
zfs: merge openzfs/zfs@66b81b349
[FreeBSD/FreeBSD.git] / tools / tools / dmardump / Makefile
1
2 PROG=   dmardump
3 SRCS=   dmardump.c
4 MAN=
5
6 # Pull in bits from acpidump
7 ACPIDUMP=${.CURDIR}/../../../usr.sbin/acpi/acpidump
8 .PATH:  ${ACPIDUMP}
9 SRCS+=  acpi_user.c acpi.c
10 CFLAGS+= -I${ACPIDUMP}
11
12 CFLAGS+= -I${.CURDIR}/../../../sys
13
14 .include <bsd.prog.mk>