head	1.6;
access;
symbols
	RELENG_2_2_8_RELEASE:1.5.2.1
	RELENG_2_2_7_RELEASE:1.5.2.1
	RELENG_2_2_6_RELEASE:1.5.2.1
	RELENG_2_2_5_RELEASE:1.5
	RELENG_2_2_2_RELEASE:1.5
	RELENG_2_2_1_RELEASE:1.5
	RELENG_2_2_0_RELEASE:1.5
	RELENG_2_1_7_RELEASE:1.4.2.1
	RELENG_2_1_6_1_RELEASE:1.4.2.1
	RELENG_2_1_6_RELEASE:1.4.2.1
	RELENG_2_2:1.5.0.2
	RELENG_2_2_BP:1.5
	RELENG_2_1_5_RELEASE:1.4.2.1
	RELENG_2_1_0_RELEASE:1.4.2.1
	RELENG_2_1_0:1.4.0.2
	RELENG_2_1_0_NEW_BP:1.4
	peter_before_cleanups:1.2
	ebones:1.1.1.1
	EBONES_KRB4:1.1.1;
locks; strict;
comment	@# @;


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

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

1.4
date	95.09.14.04.11.21;	author gibbs;	state Exp;
branches
	1.4.2.1;
next	1.3;

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

1.2
date	95.09.07.21.38.52;	author markm;	state Exp;
branches;
next	1.1;

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

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

1.4.2.1
date	95.09.26.06.14.26;	author gibbs;	state Exp;
branches;
next	;

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


desc
@@


1.6
log
@*GULP* Punt this into the attic. It is no longer used.
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/1/93
#	$id$

PROG=	make_keypair
MAN8=	make_keypair.8
CFLAGS+=-DKERBEROS -I${.CURDIR}/../../usr.bin/register
DPADD=	${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD=	-L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes

.include <bsd.prog.mk>
@


1.5
log
@Add -L paths for all locally built eBones libraries.  Many of the programs
already did this, but this catches the straglers.
@
text
@@


1.5.2.1
log
@Punt this into the attic. KerberosIV (KTH eBones) has been tagged into
the tree and the userland changes have been merged.
@
text
@@


1.4
log
@Bmake fixes for eBones.
@
text
@d8 1
a8 1
LDADD=	-lkdb -lkrb -ldes
@


1.4.2.1
log
@Merge with HEAD:
Add -L paths for all locally built eBones libraries.  Many of the programs
already did this, but this catches the straglers.
@
text
@d8 1
a8 1
LDADD=	-L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
@


1.3
log
@After the Great eBones Repository Copy (tm), make ebones actually
compile
1) remove rubbish no longer needed
2) correct existing Makefiles
3) add new makefiles where needed
4) correct code, header files and man pages where necessary

PLEASE NOTE - after this you will need to make install in eBones/include,
and mamake obj depend all install in eBones/lib before doing a
make obj depend all install in eBones/. (I am going 6to fix src/Makefile
next)
PS - I hate slow international links - apologies for all the typos
@
text
@d6 1
a6 2
CFLAGS+=-DKERBEROS -I${.CURDIR}/../../include \
	-I${.CURDIR}/../../usr.bin/register -Wall
a8 1
BINDIR=	/usr/sbin
@


1.2
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
d6 5
a10 3
CFLAGS+=-DKERBEROS -I${.CURDIR}/../include -I${.CURDIR}/../register -Wall
DPADD=	${LIBKRB}
LDADD=	-L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -ldes
@


1.1
log
@Initial revision
@
text
@d5 3
a7 3
CFLAGS+=-DKERBEROS -I${.CURDIR}/../register
DPADD=	${LIBKRB} ${LIBDES}
LDADD=	-lkdb -lkrb -ldes
@


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
@@
