From 7cea019b6c848c2a46107e397d0ec945e0f1be58 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 26 Feb 2010 09:41:16 +0000 Subject: Fixed static linkage. --- sbin/hastd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile index 16a0b8f..4311807 100644 --- a/sbin/hastd/Makefile +++ b/sbin/hastd/Makefile @@ -27,8 +27,9 @@ CFLAGS+=-DINET6 # This is needed to have WARNS > 1. CFLAGS+=-DYY_NO_UNPUT -DPADD= ${LIBCRYPTO} ${LIBGEOM} ${LIBL} ${LIBPTHREAD} ${LIBUTIL} -LDADD= -lcrypto -lgeom -ll -lpthread -lutil +DPADD= ${LIBCRYPTO} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} ${LIBL} \ + ${LIBPTHREAD} ${LIBUTIL} +LDADD= -lcrypto -lgeom -lbsdxml -lsbuf -ll -lpthread -lutil YFLAGS+=-v -- cgit v1.1