mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
bsnmptools does not depends on libcrypto
This commit is contained in:
parent
7d49cdeb2b
commit
f2800dd40f
1 changed files with 0 additions and 4 deletions
|
|
@ -10,10 +10,6 @@ PROG= bsnmpget
|
|||
LIBADD= bsnmp bsnmptools
|
||||
CFLAGS+= -I${.CURDIR}/../libbsnmptools
|
||||
|
||||
.if ${MK_OPENSSL} != "no"
|
||||
LIBADD+= crypto
|
||||
.endif
|
||||
|
||||
LINKS= ${BINDIR}/bsnmpget ${BINDIR}/bsnmpwalk
|
||||
LINKS+= ${BINDIR}/bsnmpget ${BINDIR}/bsnmpset
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue