kernel - support dummy reallocblks in devfs
[dragonfly.git] / usr.sbin / acpi / acpihelp / Makefile
blob22d5583e3f18195fe02e2630a617034004d3be2f
2 # acpihelp - ACPI Help utility. Displays ASL operator syntax and
3 # information about ACPI predefined names.
6 UTILDIR=${.CURDIR}/../../../sys/contrib/dev/acpica/source/tools/acpihelp
8 .PATH: ${UTILDIR}
10 PROG= acpihelp
11 MAN= acpihelp.8
13 SRCS= \
14 ahaml.c \
15 ahamlops.c \
16 ahasl.c \
17 ahaslkey.c \
18 ahaslops.c \
19 ahdecode.c \
20 ahgrammar.c \
21 ahids.c \
22 ahpredef.c \
23 ahmain.c \
24 ahtable.c \
25 ahuuids.c
27 SRCS+= \
28 getopt.c \
29 osunixxf.c \
30 utdebug.c \
31 utexcep.c \
32 utglobal.c \
33 uthex.c \
34 utmath.c \
35 utnonansi.c \
36 utpredef.c \
37 utuuid.c
39 CFLAGS+= \
40 -DACPI_HELP_APP \
41 -I${UTILDIR}
43 .include <bsd.prog.mk>