summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-09-01 03:20:10 +0000
committerngie <ngie@FreeBSD.org>2014-09-01 03:20:10 +0000
commit442c5e1bb5225b7867043e8db11531ca9871868c (patch)
tree4ae68a66f435e8955fdce44ef8d89001e9a9056f /sbin
parent07418221f6c86240724336a2ed29ab791ae4d1f9 (diff)
downloadFreeBSD-src-442c5e1bb5225b7867043e8db11531ca9871868c.zip
FreeBSD-src-442c5e1bb5225b7867043e8db11531ca9871868c.tar.gz
MFC r270117:
Add -ll to LDADD to fix "make checkdpadd" Phabric: D622 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 7ff6ee8..43c7a52 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