diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2022-04-12 13:18:20 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-02-20 23:33:46 +0000 |
| commit | d71e7e57fc1472e3ea6d31c44e187c2819d2c71e (patch) | |
| tree | d9f066cb7e81b4f1d7cb8bdd996daf2f9c2d93a7 /secure/usr.bin/ssh | |
| parent | 7f916236044d9a733de8b3c47b5dcbf71988cb03 (diff) | |
Diffstat (limited to 'secure/usr.bin/ssh')
| -rw-r--r-- | secure/usr.bin/ssh/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile index aba1bce9c9a1..df85f47d5975 100644 --- a/secure/usr.bin/ssh/Makefile +++ b/secure/usr.bin/ssh/Makefile @@ -17,10 +17,6 @@ SRCS+= gss-genr.c LIBADD= ssh -.if ${MK_LDNS} != "no" -CFLAGS+= -DHAVE_LDNS=1 -.endif - .if ${MK_GSSAPI} != "no" && ${MK_KERBEROS_SUPPORT} != "no" LIBADD+= gssapi .endif |
