diff --git a/eBones/lib/libtelnet/Makefile b/eBones/lib/libtelnet/Makefile index ba31b6b809dd..289de7bed2c6 100644 --- a/eBones/lib/libtelnet/Makefile +++ b/eBones/lib/libtelnet/Makefile @@ -1,5 +1,8 @@ # From: @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $Id: Makefile,v 1.2 1995/07/20 11:39:16 pst Exp $ +# $Id: Makefile,v 1.3 1995/07/24 20:29:12 ache Exp $ + +# This stuff need original libdes to run (new_rnd_key.c module), +# current eBones/des lib don't have it LIB= telnet SRCS= auth.c encrypt.c genget.c getent.c misc.c diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile index ba31b6b809dd..289de7bed2c6 100644 --- a/secure/lib/libtelnet/Makefile +++ b/secure/lib/libtelnet/Makefile @@ -1,5 +1,8 @@ # From: @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $Id: Makefile,v 1.2 1995/07/20 11:39:16 pst Exp $ +# $Id: Makefile,v 1.3 1995/07/24 20:29:12 ache Exp $ + +# This stuff need original libdes to run (new_rnd_key.c module), +# current eBones/des lib don't have it LIB= telnet SRCS= auth.c encrypt.c genget.c getent.c misc.c