summaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1996-06-30 12:50:58 +0000
committerMark Murray <markm@FreeBSD.org>1996-06-30 12:50:58 +0000
commita8f02e9fff6d2c43819a2f68cdeeaaaf0b1933a0 (patch)
treef735a9c3f30495f54f551046a409685b0d3c23fb /secure
parentc93936f24941212914b11a49fa39f3f532dfff77 (diff)
Notes
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libtelnet/Makefile2
-rw-r--r--secure/libexec/telnetd/Makefile2
-rw-r--r--secure/usr.bin/telnet/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile
index 94f75499080e..02a175f0d5d8 100644
--- a/secure/lib/libtelnet/Makefile
+++ b/secure/lib/libtelnet/Makefile
@@ -1,6 +1,8 @@
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
# $Id$
+DISTRIBUTION= krb
+
LIB= telnet
SRCS= encrypt.c genget.c getent.c misc.c
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile
index c0c82eef6791..f04e2a31edc1 100644
--- a/secure/libexec/telnetd/Makefile
+++ b/secure/libexec/telnetd/Makefile
@@ -4,6 +4,8 @@
# Do not define -DKLUDGELINEMODE, as it does not interact well with many
# telnet implementations.
+DISTRIBUTION= krb
+
PROG= telnetd
MAN8= telnetd.8
diff --git a/secure/usr.bin/telnet/Makefile b/secure/usr.bin/telnet/Makefile
index 87ee4cf6c60f..8762a5a3797b 100644
--- a/secure/usr.bin/telnet/Makefile
+++ b/secure/usr.bin/telnet/Makefile
@@ -34,6 +34,8 @@
# $Id$
#
+DISTRIBUTION= krb
+
PROG= telnet
SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \