head	1.6;
access;
symbols
	RELENG_2_1_6_1_RELEASE:1.5.2.1
	RELENG_2_1_6_RELEASE:1.5.2.1
	RELENG_2_1_5_RELEASE:1.5.2.1
	RELENG_2_1_0_RELEASE:1.5
	RELENG_2_1_0:1.5.0.2
	RELENG_2_1_0_NEW_BP:1.5
	peter_before_cleanups:1.3
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.1.1.1
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.2
	ebones:1.1.1.1
	EBONES_KRB4:1.1.1;
locks; strict;
comment	@# @;


1.6
date	96.02.11.08.51.57;	author markm;	state dead;
branches;
next	1.5;

1.5
date	95.09.14.21.12.14;	author gibbs;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	95.09.14.18.16.11;	author gibbs;	state Exp;
branches;
next	1.3;

1.3
date	95.09.07.21.36.46;	author markm;	state Exp;
branches;
next	1.2;

1.2
date	95.05.30.06.40.09;	author rgrimes;	state Exp;
branches;
next	1.1;

1.1
date	94.09.30.14.49.49;	author csgr;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.09.30.14.49.50;	author csgr;	state Exp;
branches;
next	;

1.5.2.1
date	96.06.21.17.31.02;	author markm;	state dead;
branches;
next	;


desc
@@


1.6
log
@Push the old des library into the attic (finally!). Also update
headers to put des.h in <des.h> not <kerberosIV/des.h>.
@
text
@#	@@(#)Makefile	5.4 (Berkeley) 5/7/91
#	$Id: Makefile,v 1.5 1995/09/14 21:12:14 gibbs Exp markm $

LIB=	des
SRCS=	cbc_cksm.c cbc_enc.c ecb_enc.c enc_read.c enc_writ.c pcbc_enc.c \
	qud_cksm.c rand_key.c read_pwd.c set_key.c str2key.c \
	cfb_enc.c 3ecb_enc.c ofb_enc.c 3cbc_enc.c new_rnd_key.c
#MAN1=	des.1
#MAN3=	des.3

#LINKS=	crypt
CFLAGS+= -DDES_ENCRYPT -DKRBDES_ENCRYPT

# Kerberos 4?
#CFLAGS+=-DKRB4
#SRCS+=	kerberos.c

# Kerberos 5?
#CFLAGS+= -DKRB5
#SRCS+=	kerberos5.c

CFLAGS+= -I${.CURDIR}/include -I${.CURDIR}/../include -DAUTHENTICATE
SHLIB_MAJOR?= 2
SHLIB_MINOR?= 0

.include "/usr/src/lib/Makefile.inc"
.include <bsd.lib.mk>
@


1.5
log
@Bring in new_rnd_key.c from the mit des library.  This gives folks in the
U.S. the ability to build a secure telnet.  Mark is already working on
emultating these function in the export tree, but it will be a while yet.

Kill MISSING since the missing functions are here now.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.4 1995/09/14 18:16:11 gibbs Exp $
@


1.5.2.1
log
@Merge with HEAD
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.5 1995/09/14 21:12:14 gibbs Exp $
@


1.4
log
@Fix a few problems with the depend target.

Pointed out by: Mark Murray <markm>
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.3 1995/09/07 21:36:46 markm Exp $
d7 1
a7 1
	cfb_enc.c 3ecb_enc.c ofb_enc.c 3cbc_enc.c
@


1.3
log
@Major cleanup of eBones code:

- Get all functions prototyped or at least defined before use.
- Make code compile (Mostly) clean with -Wall set
- Start to reduce the degree to which DES aka libdes is built in.
- get all functions to the same uniform standard of definition:
int
foo(a, b)
int a;
int *b;
{
   :
}
- fix numerous bugs exposed by above processes.

Note - this replaces the previous work which used an unpopular function
 definition style.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.5 1995/07/18 16:34:59 mark Exp $
d22 1
a22 1
CFLAGS+= -I${.CURDIR}/include -DAUTHENTICATE
@


1.2
log
@Remove trailing whitespace.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.1.1.1 1994/09/30 14:49:50 csgr Exp $
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.4 1994/09/09 21:43:30 g89r4222 Exp $
d7 1
a7 1
	cfb_enc.c 3ecb_enc.c ofb_enc.c 3cbc_enc.c 
@


1.1.1.1
log
@Initial import of eBones.
(Including all changes for FreeBSD - importing the original eBones distribution
would be too complex at this stage, since I don't have access to Piero's 
CVS.)
(If you want to include eBones in your system, don't forget to include
MAKE_EBONES in /etc/make.conf.)
(This stuff is now also suppable from braae.ru.ac.za.)

Bones originally from MIT SIPB.
Original port to FreeBSD 1.x  by Piero Serini.
Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet.
Nice bug fixes from Doug Rabson.
@
text
@@
