Allow static linking.
Asked for by: BDE
This commit is contained in:
parent
e390c3c3dc
commit
3da9955ff9
@ -21,3 +21,8 @@ LDADD+= ${MINUSLPAM}
|
||||
CFLAGS+= -DINET6
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.if defined(NOSHARED) && !defined(NOPAM)
|
||||
DPADD+= ${LIBCRYPTO}
|
||||
LDADD+= -L${.OBJDIR}/../../secure/lib/libssh -lssh -lcrypto
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user