mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add comment about new_rbd_key.c module needed from
original libdes
This commit is contained in:
parent
f8e556c37d
commit
7170827e21
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9686
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue