head	1.4;
access;
symbols
	RELENG_2_1_0_BP:1.1.1.1
	RELENG_2_0_5_RELEASE:1.1.1.1
	RELENG_2_0_5:1.1.1.1.0.4
	RELENG_2_0_5_BP:1.1.1.1
	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.4
date	95.12.30.18.31.04;	author peter;	state dead;
branches;
next	1.3;

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

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

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

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


desc
@@


1.4
log
@recording cvs-1.6 file death
@
text
@#	From: @@(#)Makefile	5.1 (Berkeley) 6/25/90
#	$Id: Makefile,v 1.3 1995/09/07 21:37:29 markm Exp peter $

PROG=	kinit
CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include -DBSD42 -Wall
DPADD=	${LIBKRB} ${LIBDES}
LDADD=	-L${KRBOBJDIR} -lkrb -ldes
BINDIR=	/usr/bin
MAN1=	kinit.1

.include <bsd.prog.mk>
@


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.3 1995/07/18 16:37:53 mark Exp $
@


1.2
log
@Start the eBones cleanup ball rolling.
These are the start of a lot of work to clean up the FreeBSD eBones code.
these changes include, but are not limited to:
- Create prototypes for all the library routines
- Make all the libraries compile clean with -Wall set
- Fix numerous small bugs shown up in the above process
- Prepare the code for libdes's removal to secure/
- add register, registerd and make_keypair to the make
Lots more will follow in days to come.

OK'ed by: rgrimes
@
text
@d5 1
a5 1
CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include -DBSD42
d7 1
a7 1
LDADD=	-L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
d9 1
a9 1
NOMAN=	noman
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.2 1994/07/19 19:24:31 g89r4222 Exp $
@


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