aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2004-08-06 07:27:08 +0000
committerColin Percival <cperciva@FreeBSD.org>2004-08-06 07:27:08 +0000
commitd37df47d3104331743c4d05ebba3f996f5a2308a (patch)
tree5a94c4ef976cf82b4cbfdbeb1c0fb7f04c05c3bf /libexec
parent1e10d9c1359334889320f3d40ce985e1491e2f91 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/telnetd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 33900936427fe..8b6ebf81d272e 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -30,7 +30,6 @@ LDADD= -lutil -ltermcap ${LIBTELNET}
.if !defined(RELEASE_CRUNCH)
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
-DISTRIBUTION= crypto
SRCS+= authenc.c
CFLAGS+= -DAUTHENTICATION -DENCRYPTION
DPADD+= ${LIBMP} ${LIBCRYPTO} ${LIBCRYPT} ${LIBPAM}