diff options
author | ru <ru@FreeBSD.org> | 2006-04-13 12:49:24 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-04-13 12:49:24 +0000 |
commit | 89e2376997ae34fc43bdaf60951699ced423f86d (patch) | |
tree | 855c1afcb690ebe44b07c37a3211e39e69fb67f1 /usr.sbin | |
parent | 73a212846309732620dc5eb76d0a80f6cf623508 (diff) | |
download | FreeBSD-src-89e2376997ae34fc43bdaf60951699ced423f86d.zip FreeBSD-src-89e2376997ae34fc43bdaf60951699ced423f86d.tar.gz |
Add missing library dependencies.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bsnmpd/bsnmpd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/wpa/wpa_supplicant/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile index ceb742d..9c4f5e0 100644 --- a/usr.sbin/bsnmpd/bsnmpd/Makefile +++ b/usr.sbin/bsnmpd/bsnmpd/Makefile @@ -26,7 +26,7 @@ DEFSDIR= ${SHAREDIR}/snmp/defs CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I. -DUSE_LIBBEGEMOT CFLAGS+= -DUSE_TCPWRAPPERS -DQUADFMT='"llu"' -DQUADXFMT='"llx"' CFLAGS+= -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_ERR_H -DHAVE_STRLCPY -DPADD= ${LIBBEGEMOT} ${LIBBSNMP} +DPADD= ${LIBBEGEMOT} ${LIBBSNMP} ${LIBWRAP} LDADD= -lbegemot -lbsnmp -lwrap LDFLAGS= -export-dynamic diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile index 0348fdb..a8ed5c5 100644 --- a/usr.sbin/wpa/wpa_supplicant/Makefile +++ b/usr.sbin/wpa/wpa_supplicant/Makefile @@ -43,7 +43,7 @@ SRCS+= eap_ttls.c eap_md5.c #CFLAGS+= -DEAP_FAST #SRCS+= eap_fast.c -DPADD+= ${LIBCRYPTO} +DPADD+= ${LIBSSL} ${LIBCRYPTO} LDADD+= -lssl -lcrypto .else SRCS+= tls_none.c |