aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2010-02-26 09:41:16 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2010-02-26 09:41:16 +0000
commitc59ee18a21806fa0b69457f81988615e6119d795 (patch)
tree8eb3d2832697fff768756673ff76ad3b8b33d2ea /sbin/hastd/Makefile
parent28889a00222fef96768b9b0375273344d8ac5303 (diff)
downloadsrc-c59ee18a21806fa0b69457f81988615e6119d795.tar.gz
src-c59ee18a21806fa0b69457f81988615e6119d795.zip
Fixed static linkage.
Notes
Notes: svn path=/head/; revision=204352
Diffstat (limited to 'sbin/hastd/Makefile')
-rw-r--r--sbin/hastd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile
index 16a0b8f035b2..43118075e94b 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