summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2010-02-26 09:41:16 +0000
committerru <ru@FreeBSD.org>2010-02-26 09:41:16 +0000
commit7cea019b6c848c2a46107e397d0ec945e0f1be58 (patch)
tree8eb3d2832697fff768756673ff76ad3b8b33d2ea /sbin
parentd90e3329466e3deb12cb3e10da1c30383f52d1b9 (diff)
downloadFreeBSD-src-7cea019b6c848c2a46107e397d0ec945e0f1be58.zip
FreeBSD-src-7cea019b6c848c2a46107e397d0ec945e0f1be58.tar.gz
Fixed static linkage.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/hastd/Makefile5
1 files changed, 3 insertions, 2 deletions
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
OpenPOWER on IntegriCloud