head	1.11;
access;
symbols
	RELENG_2_2_8_RELEASE:1.8.2.1
	RELENG_2_2_7_RELEASE:1.8.2.1
	RELENG_2_2_6_RELEASE:1.8.2.1
	RELENG_2_2_5_RELEASE:1.8
	RELENG_2_2_2_RELEASE:1.8
	RELENG_2_2_1_RELEASE:1.8
	RELENG_2_2_0_RELEASE:1.8
	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.8.0.2
	RELENG_2_2_BP:1.8
	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
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	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.11
date	97.10.03.09.48.21;	author markm;	state dead;
branches;
next	1.10;

1.10
date	97.02.22.14.36.34;	author peter;	state Exp;
branches;
next	1.9;

1.9
date	97.01.14.05.39.40;	author jkh;	state Exp;
branches;
next	1.8;

1.8
date	96.08.30.04.06.45;	author peter;	state Exp;
branches
	1.8.2.1;
next	1.7;

1.7
date	96.07.30.21.15.58;	author markm;	state Exp;
branches;
next	1.6;

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

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

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

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

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

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

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

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

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

1.8.2.1
date	98.02.18.13.20.14;	author markm;	state dead;
branches;
next	;


desc
@@


1.11
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.10 1997/02/22 14:36:34 peter Exp $

FILES=	kparse.h krb.h krb_db.h

NOOBJ=	noobj
NOMAN=	noman
CFLAGS+=	KERBEROS

all include clean cleandir depend lint tags:

beforeinstall:
.for i in ${FILES}
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/$i \
		${DESTDIR}/usr/include/kerberosIV/$i
.endfor

.include <bsd.prog.mk>
@


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


1.9
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.8
log
@cmp -s || install -c --> install -C
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.7 1996/07/30 21:15:58 markm Exp $
@


1.8.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.8 1996/08/30 04:06:45 peter Exp $
@


1.7
log
@Ensure that each Kerberised applet has CFLAGS containing -DKERBEROS.
@
text
@d2 1
a2 1
#	$Id$
d13 4
a16 4
	-cd ${.CURDIR}; for file in ${FILES}; do \
		cmp -s $$file ${DESTDIR}/usr/include/kerberosIV/$$file || \
		install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$file \
		${DESTDIR}/usr/include/kerberosIV; done
@


1.6
log
@Push the old des library into the attic (finally!). Also update
headers to put des.h in <des.h> not <kerberosIV/des.h>.
@
text
@d8 1
@


1.5
log
@Actually install des.h.  We haven't been for a while now.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.4 1995/09/13 17:23:44 markm Exp $
d4 1
a4 3
FILES=	kparse.h krb.h krb_db.h des.h

# mit-copyright.h kadm_err.h krb_err.h
@


1.5.2.1
log
@Merge with HEAD
@
text
@d2 1
a2 1
#	$Id$
d4 3
a6 1
FILES=	kparse.h krb.h krb_db.h
@


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.5 1995/08/25 21:25:09 mark Exp $
d4 1
a4 1
FILES=	kparse.h krb.h krb_db.h
@


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
@d2 1
a2 1
#	$Id: Makefile,v 1.4 1995/07/18 16:36:00 mark Exp $
@


1.2
log
@Don't install kadm.h from here; it's done by the libkadm directory.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.1.1.1 1994/09/30 14:49:53 csgr Exp $
d4 1
a4 1
FILES=	des.h kparse.h krb.h krb_db.h
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.3 1994/09/09 21:43:35 g89r4222 Exp $
d4 1
a4 1
FILES=	des.h kadm.h kparse.h krb.h krb_db.h
d14 4
a17 2
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
	    ${FILES} ${DESTDIR}/usr/include/kerberosIV
@


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
@@
