head	1.16;
access;
symbols
	RELENG_2_2_8_RELEASE:1.13.2.1
	RELENG_2_2_7_RELEASE:1.13.2.1
	RELENG_2_2_6_RELEASE:1.13.2.1
	RELENG_2_2_5_RELEASE:1.13
	RELENG_2_2_2_RELEASE:1.13
	RELENG_2_2_1_RELEASE:1.13
	RELENG_2_2_0_RELEASE:1.13
	RELENG_2_1_7_RELEASE:1.8.2.1
	RELENG_2_1_6_1_RELEASE:1.8.2.1
	RELENG_2_1_6_RELEASE:1.8.2.1
	RELENG_2_2:1.13.0.2
	RELENG_2_2_BP:1.13
	RELENG_2_1_5_RELEASE:1.8.2.1
	RELENG_2_1_0_RELEASE:1.8.2.1
	RELENG_2_1_0:1.8.0.2
	RELENG_2_1_0_NEW_BP:1.8
	peter_before_cleanups:1.3;
locks; strict;
comment	@# @;


1.16
date	97.10.03.09.48.32;	author markm;	state dead;
branches;
next	1.15;

1.15
date	97.02.22.14.36.56;	author peter;	state Exp;
branches;
next	1.14;

1.14
date	97.01.14.05.40.19;	author jkh;	state Exp;
branches;
next	1.13;

1.13
date	96.09.02.23.49.09;	author peter;	state Exp;
branches
	1.13.2.1;
next	1.12;

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

1.11
date	96.07.30.21.16.12;	author markm;	state Exp;
branches;
next	1.10;

1.10
date	96.06.24.04.22.25;	author jkh;	state Exp;
branches;
next	1.9;

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

1.8
date	95.09.15.06.20.23;	author gibbs;	state Exp;
branches
	1.8.2.1;
next	1.7;

1.7
date	95.09.14.19.52.28;	author gibbs;	state Exp;
branches;
next	1.6;

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

1.5
date	95.09.14.04.04.52;	author gibbs;	state Exp;
branches;
next	1.4;

1.4
date	95.09.13.17.23.51;	author markm;	state Exp;
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	;

1.8.2.1
date	95.11.10.03.03.16;	author jkh;	state Exp;
branches;
next	1.8.2.2;

1.8.2.2
date	99.09.05.11.54.30;	author peter;	state Exp;
branches;
next	;

1.13.2.1
date	98.02.18.13.20.34;	author markm;	state dead;
branches;
next	;


desc
@@


1.16
log
@*GULP* Punt this into the attic. It is no longer used.
@
text
@#	From: @@(#)Makefile	5.1 (Berkeley) 6/25/90
#	$Id: Makefile,v 1.15 1997/02/22 14:36:56 peter Exp $

LIB=	kadm

SRCS=	kadm_err.c kadm_stream.c kadm_supp.c kadm_cli_wrap.c
CFLAGS+=	-I. -I${.CURDIR} -I${KRBOBJDIR} -DPOSIX -DKERBEROS

beforeinstall: kadm_err.c
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/kadm.h \
		${DESTDIR}/usr/include/kerberosIV
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 kadm_err.h \
		${DESTDIR}/usr/include/kerberosIV

.include <bsd.lib.mk>

kadm_err.c: ${KADMOBJDIR}/kadm_err.h
kadm_cli_wrap.o: ${KRBOBJDIR}/krb_err.h
@


1.15
log
@Revert $FreeBSD$ to $Id$
@
text
@d2 1
a2 1
#	$Id$
@


1.14
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
@d2 1
a2 1
#	$FreeBSD$
@


1.13
log
@Fix my typo here from last commit.
(same bug on both US and internat version)

Submitted by: Juha Inkari <inkari@@cc.hut.fi>
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.12 1996/08/30 04:06:58 peter Exp $
@


1.13.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
@d2 1
a2 1
#	$Id: Makefile,v 1.13 1996/09/02 23:49:09 peter Exp $
@


1.12
log
@cmp -s || install -c --> install -C
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.11 1996/07/30 21:16:12 markm Exp $
d10 4
a13 4
.for i in kadm.h kadm_err.h
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/$i \
	    ${DESTDIR}/usr/include/kerberosIV/$i
.endfor
@


1.11
log
@Ensure that each Kerberised applet has CFLAGS containing -DKERBEROS.
@
text
@d2 1
a2 1
#	$Id$
d10 4
a13 8
	-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
@


1.10
log
@Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src.  This is the final version of the
patches, incorporating the feedback I've received from -current.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.9 1995/11/12 08:13:10 markm Exp $
d7 1
a7 1
CFLAGS+=	-I. -I${.CURDIR} -I${KRBOBJDIR} -DPOSIX
@


1.9
log
@Bring Jordan's 2.1 dependancy fixes into current.
Incorporate some dependancy fixes from John Hay
Submitted by:	jkh, John Hay<jhay@@mikom.csir.co.za>
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.8 1995/09/15 06:20:23 gibbs Exp $
a21 1

@


1.8
log
@Fix this file for the last time.  My last diff was screwed up.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.7 1995/09/14 19:52:28 gibbs Exp $
d9 1
a9 1
beforeinstall:
@


1.8.2.1
log
@Sigh.  I didn't test it enough.  A change to the beforeinstall target (same
idea as the other one) was necessary here too.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.8 1995/09/15 06:20:23 gibbs Exp $
d9 1
a9 1
beforeinstall: kadm_err.c
@


1.8.2.2
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.7
log
@Forgot to bring this patch over.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.6 1995/09/14 18:16:14 gibbs Exp $
a23 1
kadm_err.c: ${KADMOBJDIR}/kadm_err.h
@


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

Pointed out by: Mark Murray <markm>
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.5 1995/09/14 04:04:52 gibbs Exp $
d7 1
a7 1
CFLAGS+=	-I. -I{.CURDIR} -I${KRBOBJDIR} -DPOSIX
@


1.5
log
@Bmake fixes for the eBones tree.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.4 1995/09/13 17:23:51 markm Exp $
d20 2
@


1.4
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
@d2 1
a2 1
#	$Id$
d6 2
a7 11
SRCS=	kadm_err.c kadm_stream.c kadm_supp.c kadm_cli_wrap.c krb_err.h
CFLAGS+=	-I. -I${.CURDIR} -I${.CURDIR}/../../include -DPOSIX -Wall
CLEANFILES+=	kadm_err.c kadm_err.h krb_err.c krb_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

krb_err.h:
	test -e krb_err.et || ln -s ${.CURDIR}/../libkrb/krb_err.et .
	compile_et krb_err.et
d20 3
@


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 2
a2 1
#	$Id: Makefile,v 1.1 1995/07/18 16:40:20 mark Exp $
d6 3
a8 4
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
d13 4
@


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
@
