aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-08-18 00:50:09 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-08-18 00:50:09 +0000
commit32529978a7e98895f9aa780cf612434deaa645f9 (patch)
tree200003824d542687aa010bb13771fdc7fda25e89 /sbin
parent46e6d5b7bfbe5975010f8f5a81f132f991b04c05 (diff)
downloadsrc-32529978a7e98895f9aa780cf612434deaa645f9.tar.gz
src-32529978a7e98895f9aa780cf612434deaa645f9.zip
Add -ll to LDADD to fix "make checkdpadd"
Phabric: D622 MFC after: 2 weeks Approved by: rpaulo (mentor)
Notes
Notes: svn path=/head/; revision=270117
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 306c83ac9e50..7dd4d638a9f3 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