head	1.9;
access;
symbols
	RELENG_2_2_8_RELEASE:1.6.2.1
	RELENG_2_2_7_RELEASE:1.6.2.1
	RELENG_2_2_6_RELEASE:1.6.2.1
	RELENG_2_2_5_RELEASE:1.6
	RELENG_2_2_2_RELEASE:1.6
	RELENG_2_2_1_RELEASE:1.6
	RELENG_2_2_0_RELEASE:1.6
	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.6.0.2
	RELENG_2_2_BP:1.6
	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.5
	RELENG_2_1_0_BP:1.4
	RELENG_2_0_5_RELEASE:1.4
	RELENG_2_0_5:1.4.0.2
	RELENG_2_0_5_BP:1.4
	RELENG_2_0_5_ALPHA:1.4
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.2
	ebones:1.1.1.1
	EBONES_KRB4:1.1.1;
locks; strict;
comment	@# @;


1.9
date	97.10.03.09.49.16;	author markm;	state dead;
branches;
next	1.8;

1.8
date	97.02.22.14.38.16;	author peter;	state Exp;
branches;
next	1.7;

1.7
date	97.01.14.05.42.21;	author jkh;	state Exp;
branches;
next	1.6;

1.6
date	96.02.11.11.46.37;	author markm;	state Exp;
branches
	1.6.2.1;
next	1.5;

1.5
date	95.09.07.21.38.54;	author markm;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	95.02.08.10.54.15;	author jkh;	state Exp;
branches;
next	1.3;

1.3
date	95.01.20.01.26.53;	author wollman;	state Exp;
branches;
next	1.2;

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

1.1
date	94.09.30.14.50.04;	author csgr;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.09.30.14.50.05;	author csgr;	state Exp;
branches;
next	;

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

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

1.6.2.1
date	98.02.18.13.22.00;	author markm;	state dead;
branches;
next	;


desc
@@


1.9
log
@*GULP* Punt this into the attic. It is no longer used.
@
text
@#	from: @@(#)Makefile	5.4 (Berkeley) 7/25/90
#	$Id: Makefile,v 1.8 1997/02/22 14:38:16 peter Exp $

MAN1=	kerberos.1
MAN5=	krb.conf.5 krb.realms.5

.include <bsd.prog.mk>
@


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


1.7
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.6
log
@Remove the old DES library man pages from the make. This whole directory
actually needs to be deleted and the man pages moved to eBones/lib.
@
text
@d2 1
a2 1
#	$Id$
@


1.6.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.6 1996/02/11 11:46:37 markm Exp $
@


1.5
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.3 1995/07/18 16:40:32 mark Exp $
a4 1
MAN3=	des_crypt.3
a5 2

MLINKS+=des_crypt.3 des.3
@


1.5.2.1
log
@Merge with HEAD
@
text
@d2 1
a2 1
#	$Id$
d5 1
d7 2
@


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


1.4
log
@Various documentation changes.
Submitted by:	Mark Murray <mark@@grondar.za>
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.3 1995/01/20 01:26:53 wollman Exp $
d4 2
a5 3
MAN1=	kdestroy.1 kerberos.1 kinit.1 klist.1 ksrvtgt.1
MAN3=	acl_check.3 des_crypt.3 krb.3 krb_realmofhost.3 krb_sendauth.3 \
	krb_set_tkt_string.3 kuserok.3 tf_util.3
d7 1
a7 3
MAN8=	ext_srvtab.8 kdb_destroy.8 kdb_edit.8 kdb_init.8 kdb_util.8 kstash.8 \
	kadmin.8 kadmind.8
MLINKS+=krb_realmofhost.3 realm.3
a8 5
MLINKS+=krb.3 kerberos.3 krb.3 krb_mk_req.3 krb.3 krb_rd_req.3
MLINKS+=krb.3 krb_kntoln.3 krb.3 krb_set_key.3 krb.3 krb_get_cred.3
MLINKS+=krb.3 krb_mk_priv.3 krb.3 krb_mk_safe.3 krb.3 krb_rd_safe.3
MLINKS+=krb.3 krb_mk_err.3 krb.3 krb_rd_err.3 krb.3 krb_ck_repl.3
MLINKS+=krb_sendauth.3 ksend.3
@


1.3
log
@Kill more bogus man pages.  (The correct ones are with their programs.)
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.2 1994/11/20 23:41:23 wollman Exp $
d4 1
a4 2
MAN1=	kdestroy.1 kerberos.1 kinit.1 klist.1 ksrvtgt.1 \
	kpasswd.1 
d6 1
a6 1
	krb_set_tkt_string.3 kuserok.3 tf_util.3 kerberos.3
@


1.2
log
@Don't install bogus tftp, tftpd, tcom manual pages from the MIT Kerberos
distribution.  They don't apply here.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.1.1.1 1994/09/30 14:50:05 csgr Exp $
d5 1
a5 1
	kpasswd.1 ksu.1 rcp.1 rlogin.1 rsh.1
d10 1
a10 1
	kadmin.8 kadmind.8 klogind.8 kshd.8 ksrvutil.8
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.2 1994/07/19 19:27:15 g89r4222 Exp $
d5 1
a5 1
	kpasswd.1 ksu.1 rcp.1 rlogin.1 rsh.1 tftp.1
d10 1
a10 1
	kadmin.8 kadmind.8 klogind.8 kshd.8 ksrvutil.8 tcom.8 tftpd.8
@


1.1.1.1
log
@Initial import of eBones.
(Including all changes for FreeBSD - importing the original eBones distribution
would be too complex at this stage, since I don't have access to Piero's 
CVS.)
(If you want to include eBones in your system, don't forget to include
MAKE_EBONES in /etc/make.conf.)
(This stuff is now also suppable from braae.ru.ac.za.)

Bones originally from MIT SIPB.
Original port to FreeBSD 1.x  by Piero Serini.
Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet.
Nice bug fixes from Doug Rabson.
@
text
@@
