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