head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	95.12.30.18.32.38;	author peter;	state dead;
branches;
next	1.3;

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

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

1.1
date	95.01.20.03.12.51;	author wollman;	state Exp;
branches;
next	;


desc
@@


1.4
log
@recording cvs-1.6 file death
@
text
@#	$Id: Makefile,v 1.3 1995/09/07 21:36:58 markm Exp peter $

PROG=	kadmind
SRCS=	admin_server.c kadm_funcs.c kadm_ser_wrap.c kadm_server.c
CFLAGS+=-DPOSIX -I${.CURDIR}/../include -I${KRBOBJDIR} \
	-I${.CURDIR}/../libkadm -I${KADMOBJDIR} -Wall
LDADD+=	-L${KADMOBJDIR} -lkadm -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb \
	-ldes -L${ACLOBJDIR} -lacl -lcom_err
MAN8=	kadmind.8

.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
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1995/07/18 16:36:59 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
@d6 1
a6 1
	-I${.CURDIR}/../libkadm -I${KADMOBJDIR}
d8 2
a9 2
	-L${DESOBJDIR} -ldes -L${ACLOBJDIR} -lacl -lcom_err
NOMAN=	# man page in ../man
@


1.1
log
@Add kadmind.  HOW-TO documents how to get here from raw eBones.
@
text
@d1 1
a1 1
#	$Id$
@
