summaryrefslogtreecommitdiffstats
path: root/contrib/telnet/libtelnet
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>1999-08-16 18:59:05 +0000
committernsayer <nsayer@FreeBSD.org>1999-08-16 18:59:05 +0000
commit6cf65828c92733a31f944cf119fd54975e9c2d52 (patch)
treef12aeb50e64156b3072a4f63801eb623991e3ce7 /contrib/telnet/libtelnet
parent708e372c9ab369fa7e8c9021bb6f4df67b9fd475 (diff)
downloadFreeBSD-src-6cf65828c92733a31f944cf119fd54975e9c2d52.zip
FreeBSD-src-6cf65828c92733a31f944cf119fd54975e9c2d52.tar.gz
According to Mark Murray, Makefiles do not belong here. I guess we're
going to have to figure something else out.
Diffstat (limited to 'contrib/telnet/libtelnet')
-rw-r--r--contrib/telnet/libtelnet/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/telnet/libtelnet/Makefile b/contrib/telnet/libtelnet/Makefile
deleted file mode 100644
index 3ef7f94..0000000
--- a/contrib/telnet/libtelnet/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
-# $Id: Makefile,v 1.1.1.1.6.5 1996/06/30 12:50:37 markm Exp $
-
-INTERNALSTATICLIB= YES
-
-LIB= telnet
-SRCS= encrypt.c genget.c getent.c misc.c
-
-# SRA Authentication & DES Encryption
-CFLAGS+= -I.. -DHAS_CGETENT -DENCRYPTION -DAUTHENTICATION -DSRA
-CFLAGS+= -DDES_ENCRYPTION
-LDADD+= -ldes -lmp
-SRCS+= auth.c enc_des.c sra.c pk.c
-
-#don't bother to install
-install:
- /usr/bin/true
-
-.include <bsd.lib.mk>
OpenPOWER on IntegriCloud