From 6aad7990d8a5c0b54c340118f7f1aaf6a29940a5 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 17 Jul 2011 13:23:52 +0200 Subject: [PATCH] iasl(8): Fix library dependencies. --- usr.sbin/acpi/iasl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile index c6e491319d..197fcf851c 100644 --- a/usr.sbin/acpi/iasl/Makefile +++ b/usr.sbin/acpi/iasl/Makefile @@ -39,7 +39,8 @@ MAN= iasl.8 CFLAGS+= -D_ACPI_ASL_COMPILER -DACPI_ASL_COMPILER -DACPI_USE_ALTERNATE_TIMEOUT -I. CFLAGS+= -D_USE_BERKELEY_YACC -LDFLAGS+= -lpthread +LDADD= -lpthread +DPADD= ${LIBPTHREAD} LFLAGS= -i -PAslCompiler YFLAGS= -d -pAslCompiler -- 2.41.0