summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/iasl/Makefile
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-06-05 18:50:45 +0000
committerjkim <jkim@FreeBSD.org>2009-06-05 18:50:45 +0000
commitd0e44fd5779eca7e16548a30d919afcbeb2ef881 (patch)
tree43df3e14d718167d26d41331ba1f8879b4e3a990 /usr.sbin/acpi/iasl/Makefile
parent6d358bddff8eb82625370b62ff77b8fc34b088c6 (diff)
downloadFreeBSD-src-d0e44fd5779eca7e16548a30d919afcbeb2ef881.zip
FreeBSD-src-d0e44fd5779eca7e16548a30d919afcbeb2ef881.tar.gz
Import ACPICA 20090521.
Diffstat (limited to 'usr.sbin/acpi/iasl/Makefile')
-rw-r--r--usr.sbin/acpi/iasl/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile
index aed6631..551bfc6 100644
--- a/usr.sbin/acpi/iasl/Makefile
+++ b/usr.sbin/acpi/iasl/Makefile
@@ -13,8 +13,8 @@ SRCS+= aslanalyze.c aslcodegen.c aslcompile.c aslcompiler.y.h \
aslfiles.c aslfold.c asllength.c asllisting.c \
aslload.c asllookup.c aslmain.c aslmap.c aslopcodes.c \
asloperands.c aslopt.c aslresource.c aslrestype1.c \
- aslrestype2.c aslstubs.c asltransform.c asltree.c \
- aslutils.c
+ aslrestype2.c aslstartup.c aslstubs.c asltransform.c \
+ asltree.c aslutils.c
# debugger
SRCS+= dbfileio.c
@@ -46,8 +46,8 @@ SRCS+= tbfadt.c tbinstal.c tbutils.c tbxface.c
# utilities
SRCS+= utalloc.c utcache.c utcopy.c utdebug.c utdelete.c \
- utglobal.c utmath.c utmisc.c utmutex.c utobject.c \
- utresrc.c utstate.c
+ utglobal.c utinit.c utlock.c utmath.c utmisc.c \
+ utmutex.c utobject.c utresrc.c utstate.c utxface.c
MAN= iasl.8
@@ -55,6 +55,8 @@ CFLAGS+= -DACPI_ASL_COMPILER -I.
CFLAGS+= -D_USE_BERKELEY_YACC
LFLAGS= -i -PAslCompiler
YFLAGS= -d -pAslCompiler
+DPADD= ${LIBPTHREAD}
+LDADD= -lpthread
CLEANFILES= aslcompiler.y.h aslcompilerlex.l aslcompilerparse.y
OpenPOWER on IntegriCloud