kern: Add cpucounter which returns 64bit monotonic counter.
[dragonfly.git] / usr.sbin / acpi / acpicall / Makefile
blob41431b98374d5b83a3018021eb271acd3ee314b6
1 PROG= acpicall
2 MAN= acpicall.8
3 WARNS?= 6
5 CFLAGS+=-DACPI_APPLICATION
6 CFLAGS+=-DACPI_DEBUG_OUTPUT
8 .include <bsd.prog.mk>