head	1.13;
access;
symbols
	RELENG_2_2_8_RELEASE:1.10.2.1
	RELENG_2_2_7_RELEASE:1.10.2.1
	RELENG_2_2_6_RELEASE:1.10.2.1
	RELENG_2_2_5_RELEASE:1.10
	RELENG_2_2_2_RELEASE:1.10
	RELENG_2_2_1_RELEASE:1.10
	RELENG_2_2_0_RELEASE:1.10
	RELENG_2_1_7_RELEASE:1.7.2.2
	RELENG_2_1_6_1_RELEASE:1.7.2.2
	RELENG_2_1_6_RELEASE:1.7.2.2
	RELENG_2_2:1.10.0.2
	RELENG_2_2_BP:1.10
	RELENG_2_1_5_RELEASE:1.7.2.2
	RELENG_2_1_0_RELEASE:1.7.2.1
	RELENG_2_1_0:1.7.0.2
	RELENG_2_1_0_NEW_BP:1.7
	peter_before_cleanups:1.4;
locks; strict;
comment	@# @;


1.13
date	97.10.03.09.49.18;	author markm;	state dead;
branches;
next	1.12;

1.12
date	97.02.22.14.38.21;	author peter;	state Exp;
branches;
next	1.11;

1.11
date	97.01.14.05.42.28;	author jkh;	state Exp;
branches;
next	1.10;

1.10
date	96.07.30.21.16.23;	author markm;	state Exp;
branches
	1.10.2.1;
next	1.9;

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

1.8
date	95.09.26.02.35.24;	author gibbs;	state Exp;
branches;
next	1.7;

1.7
date	95.09.14.18.16.18;	author gibbs;	state Exp;
branches
	1.7.2.1;
next	1.6;

1.6
date	95.09.14.04.05.59;	author gibbs;	state Exp;
branches;
next	1.5;

1.5
date	95.09.13.17.24.06;	author markm;	state Exp;
branches;
next	1.4;

1.4
date	95.09.07.21.36.55;	author markm;	state Exp;
branches;
next	1.3;

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

1.2
date	95.01.20.22.08.14;	author wollman;	state Exp;
branches;
next	1.1;

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

1.7.2.1
date	95.09.26.06.13.27;	author gibbs;	state Exp;
branches;
next	1.7.2.2;

1.7.2.2
date	96.06.21.17.32.06;	author markm;	state Exp;
branches;
next	1.7.2.3;

1.7.2.3
date	99.09.05.11.54.39;	author peter;	state Exp;
branches;
next	;

1.10.2.1
date	98.02.18.13.22.05;	author markm;	state dead;
branches;
next	;


desc
@@


1.13
log
@*GULP* Punt this into the attic. It is no longer used.
@
text
@#	$Id: Makefile,v 1.12 1997/02/22 14:38:21 peter Exp $

PROG=	kadmin
SRCS=	${KRBOBJDIR}/krb_err.h kadmin.c kadmin_cmds.c
CLEANFILES+=	kadmin_cmds.c krb_err.c
CFLAGS+=	-DPOSIX -I${.CURDIR}/../../lib/libkadm -I${KRBOBJDIR} -DKERBEROS
DPADD= ${LIBKRB} ${LIBDES}
LDADD+=	-L${KADMOBJDIR} -lkadm -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
LDADD+=	-lss -lcom_err
MAN8=	kadmin.8

kadmin_cmds.c:	kadmin_cmds.ct
	test -e kadmin_cmds.ct || ln -s ${.CURDIR}/kadmin_cmds.ct .
	mk_cmds kadmin_cmds.ct

.include <bsd.prog.mk>
@


1.12
log
@Revert $FreeBSD$ to $Id$
@
text
@d1 1
a1 1
#	$Id$
@


1.11
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
@d1 1
a1 1
#	$FreeBSD$
@


1.10
log
@Ensure that each Kerberised applet has CFLAGS containing -DKERBEROS.
@
text
@d1 1
a1 1
#	$Id$
@


1.10.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
@d1 1
a1 1
#	$Id: Makefile,v 1.10 1996/07/30 21:16:23 markm Exp $
@


1.9
log
@Fixes to allow eBones to properly bootstrap in a release environment
Submitted by:	joerg
@
text
@d6 1
a6 1
CFLAGS+=	-DPOSIX -I${.CURDIR}/../../lib/libkadm -I${KRBOBJDIR}
@


1.8
log
@Add -L paths for all locally built eBones libraries.  Many of the programs
already did this, but this catches the straglers.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.7 1995/09/14 18:16:18 gibbs Exp $
d6 1
a6 1
CFLAGS+=	-DPOSIX -I${.CURDIR}/../../lib/libkadm
@


1.7
log
@Fix a few problems with the depend target.

Pointed out by: Mark Murray <markm>
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.6 1995/09/14 04:05:59 gibbs Exp $
d8 1
a8 1
LDADD+=	-lkadm -lkrb -ldes
@


1.7.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
@d1 1
a1 1
#	$Id: Makefile,v 1.7 1995/09/14 18:16:18 gibbs Exp $
d8 1
a8 1
LDADD+=	-L${KADMOBJDIR} -lkadm -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
@


1.7.2.2
log
@Merge with HEAD
@
text
@d1 1
a1 1
#	$Id$
d6 1
a6 1
CFLAGS+=	-DPOSIX -I${.CURDIR}/../../lib/libkadm -I${KRBOBJDIR}
@


1.7.2.3
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.6
log
@Bmake fixes for the eBones tree.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.5 1995/09/13 17:24:06 markm Exp $
d4 1
a4 1
SRCS=	kadmin.c kadmin_cmds.c
a16 2

kadmin.o: ${KRBOBJDIR}/krb_err.h
@


1.5
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
@d1 1
a1 1
#	$Id$
a2 1
BINDIR=	/usr/bin
d4 1
a4 1
SRCS=	kadmin.c kadmin_cmds.c krb_err.h
d6 1
a6 2
CFLAGS+=	-DPOSIX -I${.CURDIR}/../../include \
		-I${.CURDIR}/../../lib/libkadm -Wall
d16 1
a16 3
krb_err.h:
	test -e krb_err.et || ln -s ${.CURDIR}/../../lib/libkrb/krb_err.et .
	compile_et krb_err.et
d18 1
a18 1
.include <bsd.prog.mk>
@


1.4
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:53 mark Exp $
d5 6
a10 5
SRCS=	kadmin.c kadmin_cmds.c
CLEANFILES+=	kadmin_cmds.c
CFLAGS+=	-DPOSIX -I${.CURDIR}/../include -I${KRBOBJDIR}
CFLAGS+=	-I${.CURDIR}/../libkadm -Wall
LDADD+=	-L${KADMOBJDIR} -lkadm -L${KRBOBJDIR} -lkrb -ldes
d18 4
a22 2


@


1.3
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
@d8 2
a9 2
CFLAGS+=	-I${.CURDIR}/../libkadm
LDADD+=	-L${KADMOBJDIR} -lkadm -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
d11 1
a11 1
NOMAN=		# man page is in ../man
@


1.2
log
@Fix bonehead /usr/lib -> /usr/bin.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1995/01/20 02:47:48 wollman Exp $
@


1.1
log
@The user side of the kadmin protocol.  HOW-TO describes how to recreate
this based just on the eBones distribution.
@
text
@d1 1
a1 1
#	$Id$
d3 1
a3 1
BINDIR=	/usr/lib
@
