cb053519d0
authentication protocol designed to provide strong authentication for client/server applications by using secret-key cryptography. (Kerberos 5 is discussed in RFC 1510.) This package provides MIT Kerberos applications and servers for telnet, the r-services and ftp. These were recently split from the mit-krb5 package due to upstream making the same split.
14 lines
597 B
Text
14 lines
597 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2011/03/23 00:01:38 tez Exp $
|
|
|
|
Do not install un-needed and non-standard make file
|
|
|
|
--- telnet/telnet/Makefile.in.orig 2011-01-07 20:14:58.251779200 -0600
|
|
+++ telnet/telnet/Makefile.in 2011-01-07 20:15:09.328436300 -0600
|
|
@@ -60,7 +60,6 @@
|
|
$(INSTALL_DATA) $(srcdir)/$$f.1 \
|
|
${DESTDIR}$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
|
|
done
|
|
- $(INSTALL_DATA) $(srcdir)/tmac.doc ${DESTDIR}$(CLIENT_MANDIR)/tmac.doc
|
|
|
|
authenc.o: defines.h externs.h general.h ring.h types.h $(ARPA_TELNET)
|
|
commands.o: defines.h externs.h general.h ring.h types.h $(ARPA_TELNET)
|