head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	95.12.30.18.32.29;	author peter;	state dead;
branches;
next	1.1;

1.1
date	95.01.20.22.14.13;	author wollman;	state Exp;
branches;
next	;


desc
@@


1.2
log
@recording cvs-1.6 file death
@
text
@#	$Id: Makefile,v 1.1 1995/01/20 22:14:13 wollman Exp peter $

PROG=	passwd
BINDIR=	/usr/bin

SRCS=	local_passwd.c passwd.c pw_copy.c pw_util.c kpasswd.c
.PATH:	${.CURDIR}/../../usr.bin/chpass ${.CURDIR}/../../usr.sbin/vipw \
	${.CURDIR}/../../usr.bin/rlogin ${.CURDIR}/../../usr.bin/passwd
CFLAGS+=	-DKERBEROS -DPOSIX \
		-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/vipw \
		-I${.CURDIR}/../../usr.bin/chpass \
		-I${.CURDIR}/../../usr.bin/passwd \
		-I${.CURDIR}/../include \
		-I${.CURDIR}/../libkadm
LDADD=	-L${KADMOBJDIR} -lkadm -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes \
	-lcrypt -lcom_err

BINOWN=	root
BINMODE=4555
INSTALLFLAGS=	-fschg
NOMAN=		#man page installed by regular passwd

.include <bsd.prog.mk>
@


1.1
log
@Password-changing program with Kerberos support via the `kadmin'
protocol.  Replaces passwd(1) when eBones is installed.  As before, HOW-TO
explains the gory details.
@
text
@d1 1
a1 1
#	$Id$
@
