acpi: Fix building userland.
[dragonfly.git] / usr.sbin / acpi / acpibin / Makefile
1 #
2 # acpibin - Binary ACPI table utility
3 #
4
5 UTILDIR=${.CURDIR}/../../../sys/contrib/dev/acpica/source/tools/acpibin
6
7 .PATH:  ${UTILDIR}
8
9 PROG=   acpibin
10 NOMAN=
11
12 SRCS=   \
13         abcompare.c \
14         abmain.c
15
16 SRCS+=  \
17         utalloc.c \
18         utbuffer.c \
19         utcache.c \
20         utdecode.c \
21         utexcep.c \
22         utglobal.c \
23         utlock.c \
24         utmath.c \
25         utmisc.c \
26         utmutex.c \
27         utstate.c \
28         utstring.c \
29         utxferror.c \
30         osunixxf.c \
31         getopt.c
32
33 CFLAGS+= \
34         -DACPI_BIN_APP \
35         -I${UTILDIR}
36
37 .include <bsd.prog.mk>