head	1.3;
access;
symbols
	v_0_2_m:1.1.1.1 MARKM:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2000.02.28.19.15.23;	author markm;	state dead;
branches;
next	1.2;

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

1.1
date	2000.01.15.21.38.05;	author markm;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.01.15.21.38.05;	author markm;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove largescale evidence of crack-smoking.

Where a k4 applet has a k5 namesake, rename the k5 version
from k<app> to k5<app>. (Repo copy done).

Do some repairs to dependancies to support make world properly.
@
text
@# $FreeBSD: src/kerberos5/usr.bin/kauth/Makefile,v 1.2 2000/02/24 21:15:07 markm Exp $

PROG=		kauth
SRCS=		kauth.c rkinit.c encdata.c marshall.c roken.h
CFLAGS+=	-I${KRB5DIR}/include \
		-I${KRB5DIR}/lib/roken \
		-I${KRB5DIR}/lib/krb5 \
		-I${KRB5DIR}/appl/kauth \
		-I${.OBJDIR}
.if defined(KRB5_KRB4_COMPAT)
_krb4libs=	-lkrb -lkafs
_krb4deps=	${LIBKRB} ${LIBKAFS}
.endif
LDADD=		-L${KRB5OBJDIR} -lkrb5 -L${ROKENOBJDIR} -lroken ${_krb4libs} \
		-L${ASN1OBJDIR} -lasn1 -lcrypto -lmd -lcrypt -lcom_err
DPADD=		${LIBKRB5} ${LIBROKEN} ${_krb4deps} \
		${LIBASN1} ${LIBCRYPTO} ${LIBMD} ${LIBCRYPT} ${LIBCOM_ERR}
NOMAN=		yes

.include <bsd.prog.mk>

.PATH:	${KRB5DIR}/appl/kauth
@


1.2
log
@Use libcrypto instead of libdes. Upgrade for Heimdal-0.2p
@
text
@d1 1
a1 1
# $FreeBSD: src/kerberos5/usr.bin/kauth/Makefile,v 1.1.1.1 2000/01/15 21:38:05 markm Exp $
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $FreeBSD$
d4 1
a4 1
SRCS=		kauth.c rkinit.c encdata.c marshall.c
d8 2
a9 1
		-I${KRB5DIR}/appl/kauth
d15 1
a15 1
		-L${ASN1OBJDIR} -lasn1 -ldes -lcrypt -lcom_err
d17 1
a17 1
		${LIBASN1} ${LIBDES} ${LIBCRYPT} ${LIBCOM_ERR}
@


1.1.1.1
log
@Userland build of Kerberos5 (AKA Heimdal). More to come.

This is not ready for primetime yet! Please hold off on the bug reports.
@
text
@@
