head	1.4;
access;
symbols
	RELENG_2_2_8_RELEASE:1.3.2.1
	RELENG_2_2_7_RELEASE:1.3.2.1
	RELENG_2_2_6_RELEASE:1.3.2.1
	RELENG_2_2_5_RELEASE:1.3
	RELENG_2_2_2_RELEASE:1.3
	RELENG_2_2_1_RELEASE:1.3
	RELENG_2_2_0_RELEASE:1.3
	RELENG_2_1_7_RELEASE:1.1.1.1.2.1
	RELENG_2_1_6_1_RELEASE:1.1.1.1.2.1
	RELENG_2_1_6_RELEASE:1.1.1.1.2.1
	RELENG_2_2:1.3.0.2
	RELENG_2_2_BP:1.3
	RELENG_2_1_5_RELEASE:1.1.1.1.2.1
	RELENG_2_1_0_RELEASE:1.1.1.1.2.1
	RELENG_2_1_0:1.1.1.1.0.2
	RELENG_2_1_0_NEW_BP:1.1.1.1
	rkinit_1_0_0:1.1.1.1
	MIT:1.1.1;
locks; strict;
comment	@# @;


1.4
date	97.10.03.09.48.57;	author markm;	state dead;
branches;
next	1.3;

1.3
date	96.08.30.04.07.04;	author peter;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	95.09.24.02.32.20;	author gibbs;	state Exp;
branches;
next	1.1;

1.1
date	95.09.15.06.09.30;	author gibbs;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.09.15.06.09.30;	author gibbs;	state Exp;
branches
	1.1.1.1.2.1;
next	;

1.1.1.1.2.1
date	95.09.24.02.33.42;	author gibbs;	state Exp;
branches;
next	;

1.3.2.1
date	98.02.18.13.21.19;	author markm;	state dead;
branches;
next	;


desc
@@


1.4
log
@*GULP* Punt this into the attic. It is no longer used.
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/4/93

LIB=	rkinit
CFLAGS+=-DKERBEROS -DCRYPT -DDEBUG -I${RKINITOBJDIR}
SRCS=	rkinit_err.c rk_lib.c rk_rpc.c rk_util.c rk_krb.c

LDADD+=	-lcom_err

beforeinstall:
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 rkinit_err.h \
	    ${DESTDIR}/usr/include/kerberosIV

MAN3=	rkinit.3

.include <bsd.lib.mk>

rkinit_err.c:	${RKINITOBJDIR}/rkinit_err.h
@


1.3
log
@cmp -s || install -c --> install -C
@
text
@@


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


1.2
log
@Remove duplicate rkinit_err.c entry in the SRCS line.
@
text
@d10 1
a10 3
	-cd ${.OBJDIR}; cmp -s rkinit_err.h \
	    ${DESTDIR}/usr/include/kerberosIV/rkinit_err.h || \
	    install -c -o ${BINOWN} -g ${BINGRP} -m 444 rkinit_err.h \
@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
SRCS=	rkinit_err.c rk_lib.c rk_rpc.c rk_util.c rk_krb.c rkinit_err.c
@


1.1.1.1
log
@MIT's librkinit.  Part of the rkinit suite.  Rkinit allows you to forward
tickets to other kerberos hosts safely in one easy step.
@
text
@@


1.1.1.1.2.1
log
@Remove duplicate rkinit_err.c entry in the SRCS line.
@
text
@d5 1
a5 1
SRCS=	rkinit_err.c rk_lib.c rk_rpc.c rk_util.c rk_krb.c
@
