head	1.10;
access;
symbols
	RELENG_2_2_8_RELEASE:1.7.2.1
	RELENG_2_2_7_RELEASE:1.7.2.1
	RELENG_2_2_6_RELEASE:1.7.2.1
	RELENG_2_2_5_RELEASE:1.7
	RELENG_2_2_2_RELEASE:1.7
	RELENG_2_2_1_RELEASE:1.7
	RELENG_2_2_0_RELEASE:1.7
	RELENG_2_1_7_RELEASE:1.5.2.1
	RELENG_2_1_6_1_RELEASE:1.5.2.1
	RELENG_2_1_6_RELEASE:1.5.2.1
	RELENG_2_2:1.7.0.2
	RELENG_2_2_BP:1.7
	RELENG_2_1_5_RELEASE:1.5.2.1
	RELENG_2_1_0_RELEASE:1.5
	RELENG_2_1_0:1.5.0.2
	RELENG_2_1_0_NEW_BP:1.5
	peter_before_cleanups:1.3
	v46:1.1.1.1
	PST:1.1.1;
locks; strict;
comment	@# @;


1.10
date	97.10.03.09.49.09;	author markm;	state dead;
branches;
next	1.9;

1.9
date	97.02.22.14.38.05;	author peter;	state Exp;
branches;
next	1.8;

1.8
date	97.01.14.05.42.08;	author jkh;	state Exp;
branches;
next	1.7;

1.7
date	96.07.30.21.16.16;	author markm;	state Exp;
branches
	1.7.2.1;
next	1.6;

1.6
date	95.11.12.08.13.22;	author markm;	state Exp;
branches;
next	1.5;

1.5
date	95.09.14.04.05.12;	author gibbs;	state Exp;
branches
	1.5.2.1;
next	1.4;

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

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

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

1.1
date	95.08.02.22.14.27;	author pst;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.08.02.22.14.27;	author pst;	state Exp;
branches;
next	;

1.5.2.1
date	96.06.21.17.31.57;	author markm;	state Exp;
branches;
next	1.5.2.2;

1.5.2.2
date	99.09.05.11.54.37;	author peter;	state Exp;
branches;
next	;

1.7.2.1
date	98.02.18.13.21.41;	author markm;	state dead;
branches;
next	;


desc
@@


1.10
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.9 1997/02/22 14:38:05 peter Exp $

PROG=	kpropd
CFLAGS+=-I${.CURDIR}/../../usr.sbin/kprop -DKERBEROS
DPADD+=	${LIBKRB} ${LIBDES}
LDADD=	-L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
NOMAN=	noman

.include <bsd.prog.mk>
@


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


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


1.7.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.7 1996/07/30 21:16:16 markm Exp $
@


1.6
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.5 1995/09/14 04:05:12 gibbs Exp $
d5 1
a5 1
CFLAGS+=-I${.CURDIR}/../../usr.sbin/kprop
@


1.5
log
@Bmake fixes for the eBones tree.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.4 1995/09/13 17:24:02 markm Exp $
d7 1
a7 1
LDADD=	-lkrb -ldes
@


1.5.2.1
log
@Merge with HEAD
@
text
@d2 1
a2 1
#	$Id$
d7 1
a7 1
LDADD=	-L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
@


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


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: Makefile,v 1.2 1995/09/07 20:51:49 mark Exp $
d5 1
a5 1
CFLAGS+=-I${.CURDIR}/../../include -I${.CURDIR}/../../usr.sbin/kprop -Wall
a7 1
BINDIR=	/usr/libexec
@


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.1.1.1 1995/08/03 07:37:19 mark Exp $
d5 3
a7 3
CFLAGS+=-I${.CURDIR}/../include -I${.CURDIR}/../kprop -Wall
DPADD=	${LIBKRB}
LDADD=	-L${KRBOBJDIR} -lkrb -ldes
@


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 3
a7 3
CFLAGS+=-I${.CURDIR}/../include -I${.CURDIR}/../kprop
DPADD=	${LIBKRB} ${LIBDES}
LDADD=	-L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
#	$Id$
@


1.1.1.1
log
@Program to receive and process a new kerberos database (this is run on
the slave server).

NOTE: This code should not be built, there is no documentation, and this
      method of database transfer is highly suboptimal.  It's here just
      for those of us who actually have multiple K4 servers and want
      something more secure than the other distribution mechanisms.

Obtained from: MIT Project Athena
@
text
@@
