diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-07 08:08:35 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-07 08:08:35 +0000 |
| commit | 233932cc2a60f2cfc775839787f52ebb794eddf2 (patch) | |
| tree | 9dc473191d3bc937cb194371a57eb159c33ddc31 /secure/usr.sbin/sshd/Makefile | |
| parent | 73f14b50b293ca153f288f7be4dce2e2863d5b9f (diff) | |
Notes
Diffstat (limited to 'secure/usr.sbin/sshd/Makefile')
| -rw-r--r-- | secure/usr.sbin/sshd/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index a3c645494a3a..5fb1e23a2a40 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -27,7 +27,7 @@ CFLAGS+=-I${SSHDIR} -include ssh_namespace.h SRCS+= ssh_namespace.h # pam should always happen before ssh here for static linking -LIBADD= pam ssh util wrap +LIBADD= pam ssh util .if ${MK_LDNS} != "no" CFLAGS+= -DHAVE_LDNS=1 @@ -53,6 +53,11 @@ SRCS+= krb5_config.h LIBADD+= gssapi_krb5 gssapi krb5 .endif +.if ${MK_TCP_WRAPPERS} != "no" +CFLAGS+= -DLIBWRAP +LIBADD+= wrap +.endif + LIBADD+= crypto .if defined(LOCALBASE) |
