summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authortrociny <trociny@FreeBSD.org>2013-05-11 09:51:44 +0000
committertrociny <trociny@FreeBSD.org>2013-05-11 09:51:44 +0000
commitf39c963dc20905c14324b9992ee87c4ad66a15e6 (patch)
tree5b90a0b77c2e5ac18a978ceaffef6e73bf5dda2d /usr.sbin/bsnmpd
parent73e04ffd11d4627fcc8c178deebf231091991350 (diff)
downloadFreeBSD-src-f39c963dc20905c14324b9992ee87c4ad66a15e6.zip
FreeBSD-src-f39c963dc20905c14324b9992ee87c4ad66a15e6.tar.gz
Get rid of libl dependency. We needed it only to provide yywrap. But
yywrap is not necessary when parsing a single hast.conf file. Suggested by: kib Reviewed by: pjd
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_hast/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_hast/Makefile b/usr.sbin/bsnmpd/modules/snmp_hast/Makefile
index 625bc21..6369918 100644
--- a/usr.sbin/bsnmpd/modules/snmp_hast/Makefile
+++ b/usr.sbin/bsnmpd/modules/snmp_hast/Makefile
@@ -29,8 +29,8 @@ CFLAGS+=-DYY_NO_UNPUT
CFLAGS+=-DYY_NO_INPUT
CFLAGS+= -DSNMPTREE_TYPES
-DPADD= ${LIBL} ${LIBUTIL}
-LDADD= -ll -lutil
+DPADD= ${LIBUTIL}
+LDADD= -lutil
XSYM= begemotHast
DEFS= ${MOD}_tree.def
OpenPOWER on IntegriCloud