diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2017-07-31 19:07:45 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2017-07-31 19:07:45 +0000 |
| commit | 01da25af6bfdde3cbb3cdbe481cdd64a3bf53a5b (patch) | |
| tree | 04424acc07e9df383863c11d7032239f0f7af84b /lib/libtelnet | |
| parent | 6c7ebc242bedc75bb56a11ea419cc1c316d5e5e3 (diff) | |
Notes
Diffstat (limited to 'lib/libtelnet')
| -rw-r--r-- | lib/libtelnet/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 36c2dda75fbb..27bd2d5a22e0 100644 --- a/lib/libtelnet/Makefile +++ b/lib/libtelnet/Makefile @@ -23,8 +23,7 @@ CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DSRA .if ${MK_KERBEROS_SUPPORT} != "no" SRCS+= kerberos5.c -CFLAGS+= -DKRB5 -I${KRB5DIR}/lib/krb5 -I${KRB5OBJDIR} -I${ASN1OBJDIR} -CFLAGS+= -DFORWARD -Dnet_write=telnet_net_write +CFLAGS+= -DKRB5 -DFORWARD -Dnet_write=telnet_net_write .endif .include <bsd.lib.mk> |
