summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-23 20:45:00 +0000
committerngie <ngie@FreeBSD.org>2014-08-23 20:45:00 +0000
commitf97171e018b971772418f9730ec3d9c353e69486 (patch)
treedcf8e563e211799a6397ac4dd7e76411abd383fe /sbin/hastd/Makefile
parentbf7cca6eb7601424f539c1064caf1ef2f744ec1e (diff)
downloadFreeBSD-src-f97171e018b971772418f9730ec3d9c353e69486.zip
FreeBSD-src-f97171e018b971772418f9730ec3d9c353e69486.tar.gz
Garbage collect libl dependency
The application links and runs without libl Approved by: rpaulo (mentor) Phabric: D673 X-MFC with: r270117 Submitted by: trociny
Diffstat (limited to 'sbin/hastd/Makefile')
-rw-r--r--sbin/hastd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile
index 7dd4d63..3604b5b 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