diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-08-05 19:10:25 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-08-05 19:10:25 +0000 |
| commit | 0a06628ab20e06374d71965858c552e9df7b7fe0 (patch) | |
| tree | 854a4c207e8c919d70aaf4c498ab557a34b1fa4a /secure/libexec | |
| parent | c4dfd14ae0ecba0a5457d66b2f74d729a512ae55 (diff) | |
Notes
Diffstat (limited to 'secure/libexec')
| -rw-r--r-- | secure/libexec/telnetd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile index 4fc60427cec80..722bde9f57db8 100644 --- a/secure/libexec/telnetd/Makefile +++ b/secure/libexec/telnetd/Makefile @@ -29,7 +29,8 @@ LDADD+= -ldes -lkrb LDADD+= -ldes -lkrb5 .endif -LDADD+= -ldescrypt +# Used only in krb4encpwd.c and rsaencpwd.c (libtelnet), not yet active +#LDADD+= -ldescrypt #endif /* ENCRYPTION */ |
