acpi: Fix building userland.
[dragonfly.git] / usr.sbin / acpi / acpisrc / Makefile
1 #
2 # acpisrc - ACPICA source code conversion utility
3 #
4
5 UTILDIR=${.CURDIR}/../../../sys/contrib/dev/acpica/source/tools/acpisrc
6
7 .PATH:  ${UTILDIR}
8
9 PROG=   acpisrc
10 NOMAN=
11
12 SRCS=   \
13         ascase.c \
14         asconvrt.c \
15         asfile.c \
16         asmain.c \
17         asremove.c \
18         astable.c \
19         asutils.c
20
21 SRCS+=  \
22         osunixdir.c \
23         getopt.c
24
25 CFLAGS+= \
26         -DACPI_SRC_APP \
27         -I${UTILDIR}
28
29 .include <bsd.prog.mk>