head	1.10;
access;
symbols
	RELENG_4_11_0_RELEASE:1.4.2.3
	RELENG_4_11:1.4.2.3.0.10
	RELENG_4_11_BP:1.4.2.3
	RELENG_4_10_0_RELEASE:1.4.2.3
	RELENG_4_10:1.4.2.3.0.8
	RELENG_4_10_BP:1.4.2.3
	RELENG_4_9_0_RELEASE:1.4.2.3
	RELENG_4_9:1.4.2.3.0.6
	RELENG_4_9_BP:1.4.2.3
	RELENG_4_8_0_RELEASE:1.4.2.3
	RELENG_4_8:1.4.2.3.0.4
	RELENG_4_8_BP:1.4.2.3
	RELENG_5_0_0_RELEASE:1.9
	RELENG_5_0:1.9.0.2
	RELENG_5_0_BP:1.9
	RELENG_4_7_0_RELEASE:1.4.2.3
	RELENG_4_7:1.4.2.3.0.2
	RELENG_4_7_BP:1.4.2.3
	RELENG_4_6_2_RELEASE:1.4.2.2
	RELENG_4_6_1_RELEASE:1.4.2.2
	RELENG_4_6_0_RELEASE:1.4.2.2
	RELENG_4_6:1.4.2.2.0.2
	RELENG_4_6_BP:1.4.2.2
	RELENG_4_5_0_RELEASE:1.4.2.1
	RELENG_4_5:1.4.2.1.0.6
	RELENG_4_5_BP:1.4.2.1
	RELENG_4_4_0_RELEASE:1.4.2.1
	RELENG_4_4:1.4.2.1.0.4
	RELENG_4_4_BP:1.4.2.1
	RELENG_4_3_0_RELEASE:1.4.2.1
	RELENG_4_3:1.4.2.1.0.2
	RELENG_4_3_BP:1.4.2.1
	RELENG_4_2_0_RELEASE:1.4
	RELENG_4_1_1_RELEASE:1.4
	PRE_SMPNG:1.5
	RELENG_4_1_0_RELEASE:1.4
	RELENG_4_0_0_RELEASE:1.4
	RELENG_4:1.4.0.2
	RELENG_4_BP:1.4
	v_0_2_m:1.1.1.1
	MARKM:1.1.1;
locks; strict;
comment	@# @;


1.10
date	2003.03.09.21.56.53;	author markm;	state dead;
branches;
next	1.9;

1.9
date	2002.08.04.22.23.48;	author fjoe;	state Exp;
branches;
next	1.8;

1.8
date	2002.04.26.17.55.25;	author ru;	state Exp;
branches;
next	1.7;

1.7
date	2002.02.19.15.53.32;	author nectar;	state Exp;
branches;
next	1.6;

1.6
date	2001.02.13.16.57.03;	author assar;	state Exp;
branches;
next	1.5;

1.5
date	2000.03.23.14.56.43;	author markm;	state Exp;
branches;
next	1.4;

1.4
date	2000.03.01.13.50.46;	author markm;	state Exp;
branches
	1.4.2.1;
next	1.3;

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

1.2
date	2000.02.24.21.15.12;	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.4.2.1
date	2001.03.04.13.50.11;	author markm;	state Exp;
branches;
next	1.4.2.2;

1.4.2.2
date	2002.04.30.14.57.44;	author nectar;	state Exp;
branches;
next	1.4.2.3;

1.4.2.3
date	2002.07.25.09.33.16;	author ru;	state Exp;
branches;
next	1.4.2.4;

1.4.2.4
date	2012.11.17.07.23.14;	author svnexp;	state Exp;
branches;
next	;

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


desc
@@


1.10
log
@Post KerberosIV de-orbit: Clean up Kerberos5. We dont need KerberosIV
compatiblity mode anymore. Rename the k5foo utils to kfoo (after
repo-copy).
@
text
@# $FreeBSD: src/kerberos5/usr.bin/k5passwd/Makefile,v 1.9 2002/08/04 22:23:48 fjoe Exp $

PROG=		k5passwd
SRCS=		kpasswd.c krb5_err.h heim_err.h k524_err.h
CFLAGS+=	-I${KRB5DIR}/include \
		-I${KRB5DIR}/lib/asn1 \
		-I${KRB5DIR}/lib/krb5 \
		-I${KRB5DIR}/lib/roken \
		-I${KRB5DIR}/kpasswd \
		-I${ASN1OBJDIR} \
		-I${.OBJDIR}
.if defined(MAKE_KERBEROS4)
_krb4libs=	-lkrb -lkafs
_krb4deps=	${LIBKRB} ${LIBKAFS}
.endif
LDADD=		-L${KRB5OBJDIR} -lkrb5 -L${ROKENOBJDIR} -lroken \
		-L${VERSOBJDIR} -lvers \
		${_krb4libs} \
		-L${ASN1OBJDIR} -lasn1 -lcrypto -lcrypt -lcom_err
DPADD=		${LIBKRB5} ${LIBROKEN} ${_krb4deps} \
		${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR}

.include <bsd.prog.mk>

.PATH:	${KRB5DIR}/kpasswd

k5passwd.1:	kpasswd.1
	ln -sf ${.OODATE} ${.TARGET}
@


1.9
log
@Kerberos 5 no longer needs -lmd

Approved by:	nectar
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.8
log
@Milestone #1 in cross-arch make releases.

Do not install games and profiled libraries to the ${CHROOTDIR}
with the initial installworld.

Eliminate the need in the second installworld.  For that, make sure
_everything_ is built in the "world" environment, using the right
tool chain.

Added SUBDIR_OVERRIDE helper stuff to Makefile.inc1.  Split the
buildworld process into stages, and skip some stages when
SUBDIR_OVERRIDE is set (used to build crypto, krb4, and krb5
dists).

Added NO_MAKEDB_RUN knob to Makefile.inc1 to avoid running
makewhatis(1) at the end of installworld (used when making crypto,
krb4, and krb5 dists).

In release/scripts/doFS.sh, ensure that the correct boot blocks are
used.

Moved the creation of the "crypto" dist from release.5 to
release.2.

In release.3 and doMFSKERN, build kernels in the "world"
environment.  KERNELS now means "additional" kernels, GENERIC is
always built.

Ensure we build crunched binaries in the "world" environment.
Obfuscate release/Makefile some more (WMAKEENV) to achieve this.

Inline createBOOTMFS target.

Use already built GENERIC kernel modules to augment mfsfd's
/stand/modules.  GC doMODULES as such.

Assorted fixes:

Get rid of the "afterdistribute" target by moving the single use
of it from sys/Makefile to etc/Makefile's "distribute".

Makefile.inc1: apparently "etc" no longer needs to be last for
"distribute" to succeed.

gnu/usr.bin/perl/library/Makefile.inc: do not override the
"install" and "distribute" targets, do it the "canonical" way.

release/scripts/{man,cat}pages-make.sh: make sure Perl manpages and
catpages appear in the right dists.  Note that because Perl does
not respect the MANBUILDCAT (and NOMAN), this results in a loss of
/usr/share/perl/man/cat* empty directories.  This will be fixed
soon.

Turn MAKE_KERBEROS4 into a plain boolean variable (if it is set it
means "make KerberosIV"), as documented in the make.conf(5)
manpage.  Most of the userland makefiles did not test it for "YES"
anyway.

XXX Should specialized kerberized libpam versions be included into
the krb4 and krb5 dists?  (libpam.a would be incorrect anyway if
both krb4 and krb5 dists were choosen.)

Make sure "games" dist is made before "catpages", otherwise games
catpages settle in the wrong dist.

Fast build machine provided by: Igor Kucherenko <kivvy@@sunbay.com>
@
text
@d19 1
a19 1
		-L${ASN1OBJDIR} -lasn1 -lcrypto -lmd -lcrypt -lcom_err
d21 1
a21 1
		${LIBASN1} ${LIBCRYPTO} ${LIBMD} ${LIBCRYPT} ${LIBCOM_ERR}
@


1.7
log
@Update build after import of Heimdal Kerberos 2002/02/17.
@
text
@d12 1
a12 2
.if defined(MAKE_KERBEROS4) && \
	(${MAKE_KERBEROS4} == "YES" || ${MAKE_KERBEROS4} == "yes")
@


1.6
log
@update build infrastructure for heimdal 0.3e
@
text
@d1 1
a1 1
# $FreeBSD: src/kerberos5/usr.bin/k5passwd/Makefile,v 1.5 2000/03/23 14:56:43 markm Exp $
d4 1
a4 1
SRCS=		kpasswd.c krb5_err.h heim_err.h
@


1.5
log
@Properly separate the K5-only buld from K4.

Submitted by:	sheldonh
@
text
@d1 1
a1 1
# $FreeBSD: src/kerberos5/usr.bin/k5passwd/Makefile,v 1.4 2000/03/01 13:50:46 markm Exp $
d17 3
a19 1
LDADD=		-L${KRB5OBJDIR} -lkrb5 -L${ROKENOBJDIR} -lroken ${_krb4libs} \
@


1.4
log
@KerberosIV is no longer compulsory. This should fix "make release".
@
text
@d1 1
a1 1
# $FreeBSD: src/kerberos5/usr.bin/k5passwd/Makefile,v 1.3 2000/02/28 19:15:21 markm Exp $
d12 2
a13 1
.if defined(MAKE_KERBEROS4)
@


1.4.2.1
log
@MFC: Heimdal 0.3e build stuff.
@
text
@d1 1
a1 1
# $FreeBSD$
d12 1
a12 2
.if defined(MAKE_KERBEROS4) && \
	(${MAKE_KERBEROS4} == "YES" || ${MAKE_KERBEROS4} == "yes")
d16 1
a16 3
LDADD=		-L${KRB5OBJDIR} -lkrb5 -L${ROKENOBJDIR} -lroken \
		-L${VERSOBJDIR} -lvers \
		${_krb4libs} \
@


1.4.2.2
log
@MFC: Update build for Heimdal Kerberos 0.4e around 2002/02/17.
@
text
@d4 1
a4 1
SRCS=		kpasswd.c krb5_err.h heim_err.h k524_err.h
@


1.4.2.3
log
@MFC: cross-release support.

Assorted fixes:

- Changed the way the `catpages' dist is built (all MD catpages
  were missing before).

- Perl manpages now end up in the `manpage' dist.

- Clean up the `dict' dist generation script.

- Diff reduction to -CURRENT.
@
text
@d12 2
a13 1
.if defined(MAKE_KERBEROS4)
@


1.4.2.4
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/kerberos5/usr.bin/k5passwd/Makefile 100658 2002-07-25 09:33:17Z ru $
@


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
@d1 1
a1 1
# $FreeBSD: src/kerberos5/usr.bin/k5passwd/Makefile,v 1.2 2000/02/24 21:15:12 markm Exp $
d12 1
a12 1
.if defined(KRB5_KRB4_COMPAT)
@


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


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $FreeBSD$
d17 1
a17 1
		-L${ASN1OBJDIR} -lasn1 -ldes -lcrypt -lcom_err
d19 1
a19 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
@@
