head	1.7;
access;
symbols
	RELENG_4_11_0_RELEASE:1.5.2.1
	RELENG_4_11:1.5.2.1.0.16
	RELENG_4_11_BP:1.5.2.1
	RELENG_4_10_0_RELEASE:1.5.2.1
	RELENG_4_10:1.5.2.1.0.14
	RELENG_4_10_BP:1.5.2.1
	RELENG_4_9_0_RELEASE:1.5.2.1
	RELENG_4_9:1.5.2.1.0.12
	RELENG_4_9_BP:1.5.2.1
	RELENG_4_8_0_RELEASE:1.5.2.1
	RELENG_4_8:1.5.2.1.0.10
	RELENG_4_8_BP:1.5.2.1
	RELENG_5_0_0_RELEASE:1.6
	RELENG_5_0:1.6.0.2
	RELENG_5_0_BP:1.6
	RELENG_4_7_0_RELEASE:1.5.2.1
	RELENG_4_7:1.5.2.1.0.8
	RELENG_4_7_BP:1.5.2.1
	RELENG_4_6_2_RELEASE:1.5.2.1
	RELENG_4_6_1_RELEASE:1.5.2.1
	RELENG_4_6_0_RELEASE:1.5.2.1
	RELENG_4_6:1.5.2.1.0.6
	RELENG_4_6_BP:1.5.2.1
	RELENG_4_5_0_RELEASE:1.5.2.1
	RELENG_4_5:1.5.2.1.0.4
	RELENG_4_5_BP:1.5.2.1
	RELENG_4_4_0_RELEASE:1.5.2.1
	RELENG_4_4:1.5.2.1.0.2
	RELENG_4_4_BP:1.5.2.1
	RELENG_4_3_0_RELEASE:1.5
	RELENG_4_3:1.5.0.4
	RELENG_4_3_BP:1.5
	RELENG_4_2_0_RELEASE:1.5
	RELENG_4_1_1_RELEASE:1.5
	PRE_SMPNG:1.5
	RELENG_4_1_0_RELEASE:1.5
	RELENG_3_5_0_RELEASE:1.2.2.2
	RELENG_4_0_0_RELEASE:1.5
	RELENG_4:1.5.0.2
	RELENG_4_BP:1.5
	RELENG_3_4_0_RELEASE:1.2.2.2
	RELENG_3_3_0_RELEASE:1.2.2.2
	RELENG_3_2_PAO:1.2.2.1.0.2
	RELENG_3_2_PAO_BP:1.2.2.1
	RELENG_3_2_0_RELEASE:1.2.2.1
	RELENG_3_1_0_RELEASE:1.2.2.1
	RELENG_3:1.2.0.2
	RELENG_3_BP:1.2
	RELENG_2_2_8_RELEASE:1.1.1.1
	RELENG_3_0_0_RELEASE:1.2
	RELENG_2_2_7_RELEASE:1.1.1.1
	RELENG_2_2_6_RELEASE:1.1.1.1
	RELENG_2_2:1.1.1.1.0.2
	markm_1_0:1.1.1.1
	MARKM:1.1.1;
locks; strict;
comment	@# @;


1.7
date	2003.03.08.12.55.26;	author markm;	state dead;
branches;
next	1.6;

1.6
date	2001.03.27.13.58.18;	author ru;	state Exp;
branches;
next	1.5;

1.5
date	2000.02.24.20.56.55;	author markm;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	99.08.28.01.31.34;	author peter;	state Exp;
branches;
next	1.3;

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

1.2
date	98.03.20.17.48.12;	author markm;	state Exp;
branches
	1.2.2.1;
next	1.1;

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

1.5.2.1
date	2001.04.25.09.36.04;	author ru;	state Exp;
branches;
next	1.5.2.2;

1.5.2.2
date	2012.11.17.07.23.16;	author svnexp;	state Exp;
branches;
next	;

1.2.2.1
date	99.01.25.06.59.41;	author markm;	state Exp;
branches;
next	1.2.2.2;

1.2.2.2
date	99.08.29.14.41.03;	author peter;	state Exp;
branches;
next	;

1.1.1.1
date	97.09.24.20.37.14;	author markm;	state Exp;
branches
	1.1.1.1.2.1;
next	;

1.1.1.1.2.1
date	99.09.05.11.48.10;	author peter;	state Exp;
branches;
next	;


desc
@@


1.7
log
@KerberosIV deorbit sequence: Re-entry. Thank you, faithful friend.
Enjoy your retirement in ports.
@
text
@# $FreeBSD: src/kerberosIV/usr.sbin/kadmind/Makefile,v 1.6 2001/03/27 13:58:18 ru Exp $

PROG=		kadmind
MAN=		${KRB4DIR}/man/kadmind.8
SRCS=		kadm_server.c kadm_funcs.c admin_server.c kadm_ser_wrap.c \
		pw_check.c ${KADMOBJDIR}/kadm_err.h ${KRBOBJDIR}/krb_err.h
CFLAGS+=	-I${KRB4DIR}/include \
		-I${KRB4DIR}/lib/roken \
		-I${KRB4DIR}/lib/sl \
		-I${KRB4DIR}/lib/acl \
		-I${KRB4DIR}/lib/kadm \
		-I${KRB4DIR}/lib/kdb \
		-I${KRB4DIR}/lib/krb \
		-I${KRB4DIR}/kadmin \
		-I${KADMOBJDIR} \
		-I${KRBOBJDIR} \
		-I${.CURDIR}/../include
LDADD=		-L${ROKENOBJDIR} -lroken -L${SLOBJDIR} -lsl \
		-L${ACLOBJDIR} -lacl -L${KADMOBJDIR} -lkadm \
		-L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb \
		-lcrypto -lcom_err -lcrypt
DPADD=		${LIBROKEN} ${LIBSL} ${LIBACL} ${LIBKADM} ${LIBKDB} ${LIBKRB} \
		${LIBCRYPTO} ${LIBCOM_ERR} ${LIBCRYPT}

.include <bsd.prog.mk>

.PATH:	${KRB4DIR}/kadmin
@


1.6
log
@MAN[1-9] -> MAN.
@
text
@d1 1
a1 1
# $FreeBSD: src/kerberosIV/usr.sbin/kadmind/Makefile,v 1.5 2000/02/24 20:56:55 markm Exp $
@


1.5
log
@Use libcrypto in place of libdes.
@
text
@d1 1
a1 1
# $FreeBSD: src/kerberosIV/usr.sbin/kadmind/Makefile,v 1.4 1999/08/28 01:31:34 peter Exp $
d4 1
a4 1
MAN8=		${KRB4DIR}/man/kadmind.8
@


1.5.2.1
log
@MFC: MAN[1-9] -> MAN.
@
text
@d1 1
a1 1
# $FreeBSD: src/kerberosIV/usr.sbin/kadmind/Makefile,v 1.5 2000/02/24 20:56:55 markm Exp $
d4 1
a4 1
MAN=		${KRB4DIR}/man/kadmind.8
@


1.5.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/kerberosIV/usr.sbin/kadmind/Makefile 75948 2001-04-25 09:36:09Z ru $
@


1.4
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
d21 1
a21 1
		-ldes -lcom_err -lcrypt
d23 1
a23 1
		${LIBDES} ${LIBCOM_ERR} ${LIBCRYPT}
@


1.3
log
@Link everything against libcrypt. ELF builds complain without it.
Clean up the master makefile a bit and add a "dekerberise" target
for those who have shot themselves in the foot.

Thanks to:	Randy Bush
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1998/03/20 17:48:12 markm Exp $
@


1.2
log
@More fixes to help fix race bags in "make -jN".

Submitted by:	BDE (Mostly)
@
text
@d1 1
a1 1
#	$Id$
d21 1
a21 1
		-ldes -lcom_err
d23 1
a23 1
		${LIBDES} ${LIBCOM_ERR}
@


1.2.2.1
log
@MFC: link everything against libcrypt and  provide a dekerberise target for
the foot-shooters.
@
text
@d21 1
a21 1
		-ldes -lcom_err -lcrypt
d23 1
a23 1
		${LIBDES} ${LIBCOM_ERR} ${LIBCRYPT}
@


1.2.2.2
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
		pw_check.c
a27 2

beforedepend all: ${KADMOBJDIR}/kadm_err.h ${KRBOBJDIR}/krb_err.h
@


1.1.1.1
log
@Initial import of the new kerberosIV Makefiles.

I will follow up with the userland sources over the next few days.
The impatient of you can play with this, but you do this without
support or blessing until I am finished ;-)
@
text
@@


1.1.1.1.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@

