diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-06-06 04:09:07 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-06-06 04:09:07 +0000 |
| commit | 04efeffe998b4365aa6eec18b83ab3d436901fdc (patch) | |
| tree | 59c8f747159b3db5af5ad9aa0b3246c6c9382ff5 /libexec/telnetd | |
| parent | 3f1afabf0948cbbc44767db711be353e523f396d (diff) | |
Notes
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 99f023f263f2d..4300d0dd9254b 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -31,8 +31,6 @@ LIBTELNET= ${.OBJDIR}/../../lib/libtelnet/libtelnet.a DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} LDADD= -lutil -ltermcap ${LIBTELNET} -# XXX for src/release/picobsd -.if !defined(RELEASE_CRUNCH) .if ${MK_OPENSSL} != "no" SRCS+= authenc.c CFLAGS+= -DAUTHENTICATION -DENCRYPTION @@ -45,6 +43,5 @@ CFLAGS+= -DKRB5 -DFORWARD -Dnet_write=telnet_net_write DPADD+= ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBROKEN} ${LIBCOM_ERR} LDADD+= -lkrb5 -lhx509 -lasn1 -lroken -lcom_err .endif -.endif .include <bsd.prog.mk> |
