head	1.4;
access;
symbols
	RELENG_2_1_0_BP:1.1
	RELENG_2_0_5_RELEASE:1.1
	RELENG_2_0_5:1.1.0.2
	RELENG_2_0_5_BP:1.1
	RELENG_2_0_5_ALPHA:1.1;
locks; strict;
comment	@# @;


1.4
date	95.12.30.18.31.56;	author peter;	state dead;
branches;
next	1.3;

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

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

1.1
date	95.01.20.22.38.29;	author wollman;	state Exp;
branches;
next	;


desc
@@


1.4
log
@recording cvs-1.6 file death
@
text
@#	$Id: Makefile,v 1.3 1995/09/07 21:38:40 markm Exp peter $

PROG=	ksrvutil
SRCS=	ksrvutil.c
CFLAGS+=	-I${.CURDIR}/../include -I${.CURDIR}/../libkadm -Wall
LDADD+=	-L${KADMOBJDIR} -lkadm -L${KRBOBJDIR} -lkrb -ldes -lcom_err
MAN8=	ksrvutil.8

.include <bsd.prog.mk>
@


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 1
a1 1
#	$Id: Makefile,v 1.1 1995/07/18 16:40:09 mark Exp $
@


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 4
CFLAGS+=	-I${.CURDIR}/../include -I${.CURDIR}/../libkadm
LDADD+=	-L${KADMOBJDIR} -lkadm -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes \
	-lcom_err
NOMAN=	#man page installed by ../man
@


1.1
log
@Add last piece in fully-functional Kerberos implementation: ksrvutil,
a program to manage /etc/srvtab.
@
text
@d1 1
a1 1
#	$Id$
@
