head	1.5;
access;
symbols
	bsd_44_lite_2:1.1.1.1
	RELEASE_2_0:1.3
	BETA_2_0:1.3
	ALPHA_2_0:1.3.0.2
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.5
date	95.12.30.18.50.08;	author peter;	state dead;
branches;
next	1.4;

1.4
date	94.11.20.23.23.28;	author wollman;	state Exp;
branches;
next	1.3;

1.3
date	94.09.29.13.05.27;	author csgr;	state Exp;
branches;
next	1.2;

1.2
date	94.08.05.21.24.43;	author wollman;	state Exp;
branches;
next	1.1;

1.1
date	94.05.27.12.39.17;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.27.12.39.18;	author rgrimes;	state Exp;
branches;
next	;


desc
@@


1.5
log
@recording cvs-1.6 file death
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/4/93
#
# We do still make this one conditional on kerberos, in case 
# the libraries do not exist

.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
	|| defined(MAKE_EBONES))

PROG=	kpasswdd
SRCS=	kpasswdd.c
CFLAGS+=-DCRYPT -DKERBEROS -I${.CURDIR}/../../usr.bin/passwd
DPADD=	${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD=	-lkdb -lkrb -ldes
.PATH:	${.CURDIR}/../../usr.bin/rlogin
MAN8=	kpasswdd.8
DISTRIBUTION=	krb

.endif

.include <bsd.prog.mk>
@


1.4
log
@Add distribution=krb for P-HK
@
text
@@


1.3
log
@First level of changes for bringing in eBones (kerberos).
- Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile,
and replace with MAKE_KERBEROS and MAKE_EBONES.  (Far fewer contortions,
and both default to off.)  IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY
DEFINE ONE OF THESE.
- Make Makefiles kerberos-aware.
@
text
@d16 1
@


1.2
log
@Update to new make macros and disable Kerberos because we haven't got it
set up right yet.
@
text
@d2 6
d10 1
a10 1
SRCS=	kpasswdd.c des_rw.c
d16 2
@


1.1
log
@Initial revision
@
text
@d9 1
a9 1
MAN8=	kpasswdd.0
@


1.1.1.1
log
@BSD 4.4 Lite Libexec Sources
@
text
@@
