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.3
	ebones:1.1.1.1
	EBONES_KRB4:1.1.1;
locks; strict;
comment	@# @;


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

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

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

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

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

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

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

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

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

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

1.5.2.1
date	96.06.21.17.31.59;	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.6.2.1
date	98.02.18.13.21.44;	author markm;	state dead;
branches;
next	;


desc
@@


1.9
log
@*GULP* Punt this into the attic. It is no longer used.
@
text
@#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
#
# %sccs.include.redist.sh
#
#	@@(#)Makefile	8.1 (Berkeley) 6/1/93
#
# $Id: Makefile,v 1.8 1997/02/22 14:38:07 peter Exp $

PROG=	registerd
SRCS=	registerd.c
CFLAGS+=-DCRYPT -DKERBEROS -I${.CURDIR}/../../usr.bin/register 
DPADD+=	${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD=	-L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
MAN8=	registerd.8

.include <bsd.prog.mk>
@


1.8
log
@Revert $FreeBSD$ to $Id$
@
text
@d9 1
a9 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
@d9 1
a9 1
# $FreeBSD$
@


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
@d9 1
a9 1
# $Id: Makefile,v 1.5 1995/09/14 04:05:16 gibbs Exp $
@


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
@d9 1
a9 1
# $Id: Makefile,v 1.6 1995/11/12 08:13:23 markm Exp $
@


1.5
log
@Bmake fixes for the eBones tree.
@
text
@d9 1
a9 1
# $Id: Makefile,v 1.4 1995/09/13 17:24:03 markm Exp $
d15 1
a15 1
LDADD=	-lkdb -lkrb -ldes
@


1.5.2.1
log
@Merge with HEAD
@
text
@d9 1
a9 1
# $Id$
d15 1
a15 1
LDADD=	-L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
@


1.5.2.2
log
@$Id$ -> $FreeBSD$
@
text
@d9 1
a9 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
@d9 1
a9 1
# $Id$
d13 1
a13 2
CFLAGS+=-DCRYPT -DKERBEROS -I${.CURDIR}/../../usr.bin/register \
	-I${.CURDIR}/../../include -Wall
a16 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
@d9 1
a9 1
# $Id: Makefile,v 1.4 1995/07/18 16:41:24 mark Exp $
d13 4
a16 5
CFLAGS+=-DCRYPT -DKERBEROS -I${.CURDIR}/../register \
		-I${.CURDIR}/../include -Wall
.PATH:	${.CURDIR}/../../usr.bin/rlogin
DPADD=	${LIBKDB} ${LIBKRB}
LDADD=	-L${KDBOBJDIR} -lkdb -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
@d13 2
a14 1
CFLAGS+=-DCRYPT -DKERBEROS -I${.CURDIR}/../register
d16 2
a17 2
DPADD=	${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD=	-lkdb -lkrb -ldes
@


1.1
log
@Initial revision
@
text
@d9 1
a9 1
# $Id: Makefile,v 1.3 1994/07/20 09:20:51 g89r4222 Exp $
@


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