summaryrefslogtreecommitdiffstats
path: root/sbin/hastd
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-09-01 03:22:47 +0000
committerngie <ngie@FreeBSD.org>2014-09-01 03:22:47 +0000
commit68a94ff2b98bfc195e61db7053c5eaf101efae97 (patch)
treee6b6fb8b6f2e788dfd645e55f0012b089c949e96 /sbin/hastd
parent442c5e1bb5225b7867043e8db11531ca9871868c (diff)
downloadFreeBSD-src-68a94ff2b98bfc195e61db7053c5eaf101efae97.zip
FreeBSD-src-68a94ff2b98bfc195e61db7053c5eaf101efae97.tar.gz
MFC r270433:
Garbage collect libl dependency The application links and runs without libl Approved by: rpaulo (mentor) Phabric: D673 Submitted by: trociny
Diffstat (limited to 'sbin/hastd')
-rw-r--r--sbin/hastd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile
index 43c7a52..b040d3c 100644
--- a/sbin/hastd/Makefile
+++ b/sbin/hastd/Makefile
@@ -30,8 +30,8 @@ CFLAGS+=-DINET
CFLAGS+=-DINET6
.endif
-DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} ${LIBL} ${LIBPTHREAD} ${LIBUTIL}
-LDADD= -lgeom -lbsdxml -lsbuf -ll -lpthread -lutil
+DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} ${LIBPTHREAD} ${LIBUTIL}
+LDADD= -lgeom -lbsdxml -lsbuf -lpthread -lutil
.if ${MK_OPENSSL} != "no"
DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto
OpenPOWER on IntegriCloud