head	1.10;
access;
symbols
	RELENG_3_5_0_RELEASE:1.6.2.1
	RELENG_3_4_0_RELEASE:1.6.2.1
	RELENG_3_3_0_RELEASE:1.6.2.1
	RELENG_3_2_PAO:1.6.0.4
	RELENG_3_2_PAO_BP:1.6
	RELENG_3_2_0_RELEASE:1.6
	RELENG_3_1_0_RELEASE:1.6
	RELENG_3:1.6.0.2
	RELENG_3_BP:1.6
	RELENG_2_2_8_RELEASE:1.4
	RELENG_3_0_0_RELEASE:1.6
	RELENG_2_2_7_RELEASE:1.4
	RELENG_2_2_6_RELEASE:1.4
	RELENG_2_2_5_RELEASE:1.4
	RELENG_2_2_2_RELEASE:1.4
	RELENG_2_2_1_RELEASE:1.4
	RELENG_2_2_0_RELEASE:1.4
	RELENG_2_1_7_RELEASE:1.1.2.1
	RELENG_2_1_6_1_RELEASE:1.1.2.1
	RELENG_2_1_6_RELEASE:1.1.2.1
	RELENG_2_2:1.4.0.2
	RELENG_2_2_BP:1.4
	RELENG_2_1_5_RELEASE:1.1.2.1
	RELENG_2_1_0:1.1.0.2;
locks; strict;
comment	@# @;


1.10
date	2000.02.24.19.08.24;	author markm;	state dead;
branches;
next	1.9;

1.9
date	2000.01.09.10.09.40;	author markm;	state Exp;
branches;
next	1.8;

1.8
date	99.09.19.18.49.48;	author markm;	state Exp;
branches;
next	1.7;

1.7
date	99.08.28.01.30.26;	author peter;	state Exp;
branches;
next	1.6;

1.6
date	97.02.22.14.40.37;	author peter;	state Exp;
branches
	1.6.2.1;
next	1.5;

1.5
date	97.01.14.06.25.56;	author jkh;	state Exp;
branches;
next	1.4;

1.4
date	96.08.30.04.05.13;	author peter;	state Exp;
branches
	1.4.2.1;
next	1.3;

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

1.2
date	96.07.27.22.16.19;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	96.02.10.23.49.27;	author markm;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	96.06.21.18.39.54;	author markm;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	99.09.05.11.51.44;	author peter;	state Exp;
branches;
next	;

1.4.2.1
date	99.09.05.11.48.55;	author peter;	state Exp;
branches;
next	;

1.6.2.1
date	99.08.29.15.17.12;	author peter;	state Exp;
branches;
next	;


desc
@@


1.10
log
@libdes is OBE
@
text
@#	@@(#)Makefile	5.4 (Berkeley) 5/7/91
# $FreeBSD: src/secure/lib/libdes/Makefile,v 1.9 2000/01/09 10:09:40 markm Exp $

LIB=	des
SRCS=	cbc_cksm.c pcbc_enc.c qud_cksm.c cbc3_enc.c \
	cfb64ede.c cfb64enc.c cfb_enc.c ecb3_enc.c \
	enc_read.c enc_writ.c ofb64ede.c ofb64enc.c ofb_enc.c  \
	rand_key.c rpc_enc.c  str2key.c  supp.c \
	xcbc_enc.c cbc_enc.c ncbc_enc.c ecb_enc.c set_key.c \
	des_enc.c read_pwd.c rnd_keys.c rpw.c read2pwd.c
HEADER=	des.h

SHLIB_MAJOR=	3

DESDIR=	${.CURDIR}/../../../crypto/libdes

CFLAGS+=	-I${DESDIR} -Wall
CLEANFILES+=	des_crypt.3

MAN3=	des_crypt.3

des_crypt.3: des_crypt.man
	cp ${.OODATE} ${.TARGET}

MLINKS= des_crypt.3 des_read_password.3 \
	des_crypt.3 des_read_2password.3 des_crypt.3 des_string_to_key.3 \
	des_crypt.3 des_string_to_2key.3 des_crypt.3 des_read_pw_string.3 \
	des_crypt.3 des_random_key.3 des_crypt.3 des_set_key.3 \
	des_crypt.3 des_key_sched.3 des_crypt.3 des_ecb_encrypt.3 \
	des_crypt.3 des_3ecb_encrypt.3 des_crypt.3 des_cbc_encrypt.3 \
	des_crypt.3 des_3cbc_encrypt.3 des_crypt.3 des_pcbc_encrypt.3 \
	des_crypt.3 des_cfb_encrypt.3 des_crypt.3 des_ofb_encrypt.3 \
	des_crypt.3 des_cbc_cksum.3 des_crypt.3 des_quad_cksum.3 \
	des_crypt.3 des_enc_read.3 des_crypt.3 des_enc_write.3 \
	des_crypt.3 des_set_odd_parity.3 des_crypt.3 des_is_weak_key.3

beforeinstall:
.for i in ${HEADER}
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${DESDIR}/$i \
		${DESTDIR}/usr/include
.endfor

.include <bsd.lib.mk>

.PATH:	${DESDIR}
@


1.9
log
@Routines needed by new kerberos.
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.8
log
@libdes is bmaked and built from src/crypto/... now.
@
text
@d10 1
a10 1
	des_enc.c read_pwd.c rnd_keys.c
@


1.7
log
@$Id$ -> $FreeBSD$
@
text
@d5 6
a10 5
SRCS=	cbc3_enc.c cbc_cksm.c cbc_enc.c  cfb64enc.c cfb_enc.c  \
	ecb3_enc.c ecb_enc.c  ede_enc.c  enc_read.c enc_writ.c \
	ncbc_enc.c new_rkey.c ofb64enc.c ofb_enc.c  pcbc_enc.c \
	qud_cksm.c rand_key.c read_pwd.c rpc_enc.c  set_key.c  \
	str2key.c  cfb64ede.c ofb64ede.c supp.c     xcbc_enc.c
a13 1
SHLIB_MINOR=	0
d15 3
a17 1
CFLAGS+=	-Wall
d39 1
a39 1
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/$i \
d44 2
@


1.6
log
@Revert $FreeBSD$ to $Id$
@
text
@d2 1
a2 1
#	$Id$
@


1.6.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.5
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d2 1
a2 1
#	$FreeBSD$
@


1.4
log
@cmp -s || install -c --> install -C
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.3 1996/07/29 18:01:39 markm Exp $
@


1.4.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.3
log
@Merge, remove rubbish and bump the MAJOR.MINOR to 3.0
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.2 1996/07/27 22:16:19 jkh Exp $
d36 4
a39 4
	-cd ${.CURDIR}; for file in ${HEADER}; do \
		cmp -s $$file ${DESTDIR}/usr/include/$$file || \
		install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$file \
		${DESTDIR}/usr/include; done
@


1.2
log
@Add necessary item to CLEANFILES
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.1 1996/02/10 23:49:27 markm Exp $
d9 1
a9 1
	str2key.c  cfb64ede.c ofb64ede.c supp.c
d12 2
a13 2
SHLIB_MAJOR=	2
SHLIB_MINOR=	1
@


1.1
log
@Rats. Forgot to `cvs add' this.
@
text
@d2 1
a2 1
#	$Id$
d16 1
@


1.1.2.1
log
@Make this makefile work with STABLE
@
text
@d18 3
a20 3
MANSRC= .
CLEANFILES += ${MAN3}
MANDEPEND = ${MAN3}
a40 3

${MAN3}: des_crypt.man
	@@cp $? $@@
@


1.1.2.2
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@

