head	1.4;
access;
symbols
	RELENG_2_1_0_BP:1.1
	RELENG_2_0_5_RELEASE:1.1
	RELENG_2_0_5:1.1.0.2
	RELENG_2_0_5_BP:1.1
	RELENG_2_0_5_ALPHA:1.1;
locks; strict;
comment	@# @;


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

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

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

1.1
date	95.01.20.02.02.49;	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:38:45 markm Exp peter $

LIB=	kadm

SRCS=	kadm_err.c kadm_stream.c kadm_supp.c kadm_cli_wrap.c
CFLAGS+=	-I. -I${.CURDIR} -I${.CURDIR}/../include -I${KRBOBJDIR} \
		-DPOSIX -Wall
CLEANFILES+=	kadm_err.c kadm_err.h

kadm_err.c kadm_err.h:	kadm_err.et
	test -e kadm_err.et || ln -s ${.CURDIR}/kadm_err.et .
	compile_et kadm_err.et

beforeinstall:
	-cd ${.CURDIR}; cmp -s kadm.h \
	    ${DESTDIR}/usr/include/kerberosIV/kadm.h || \
	    install -c -o ${BINOWN} -g ${BINGRP} -m 444 kadm.h \
	    ${DESTDIR}/usr/include/kerberosIV
	-cd ${.OBJDIR}; cmp -s kadm_err.h \
	    ${DESTDIR}/usr/include/kerberosIV/kadm_err.h || \
	    install -c -o ${BINOWN} -g ${BINGRP} -m 444 kadm_err.h \
	    ${DESTDIR}/usr/include/kerberosIV

.include <bsd.lib.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:40:20 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 2
a7 1
CFLAGS+=	-I. -I${.CURDIR} -I${.CURDIR}/../include -I${KRBOBJDIR} -DPOSIX -Wall
@


1.1
log
@Add the library used by `kadmin' and `kadmind'.  Oddly enough, this
little library is actually exportable (we think) even though it's pretty
useless iwithout the (non-exportable) clients.
@
text
@d1 1
a1 1
#	$Id$
d6 1
a6 1
CFLAGS+=	-I. -I${.CURDIR} -I${.CURDIR}/../include -I${KRBOBJDIR} -DPOSIX
@
