summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-18 00:50:09 +0000
committerngie <ngie@FreeBSD.org>2014-08-18 00:50:09 +0000
commit73936dff9128cab47f036b0528d0eaec2dbb1563 (patch)
tree200003824d542687aa010bb13771fdc7fda25e89 /sbin
parent962da34a3519c462166335eef67d2fc9cabf1100 (diff)
downloadFreeBSD-src-73936dff9128cab47f036b0528d0eaec2dbb1563.zip
FreeBSD-src-73936dff9128cab47f036b0528d0eaec2dbb1563.tar.gz
Add -ll to LDADD to fix "make checkdpadd"
Phabric: D622 MFC after: 2 weeks Approved by: rpaulo (mentor)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/hastd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile
index 306c83a..7dd4d63 100644
--- a/sbin/hastd/Makefile
+++ b/sbin/hastd/Makefile
@@ -31,7 +31,7 @@ CFLAGS+=-DINET6
.endif
DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} ${LIBL} ${LIBPTHREAD} ${LIBUTIL}
-LDADD= -lgeom -lbsdxml -lsbuf -lpthread -lutil
+LDADD= -lgeom -lbsdxml -lsbuf -ll -lpthread -lutil
.if ${MK_OPENSSL} != "no"
DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto
OpenPOWER on IntegriCloud