summaryrefslogtreecommitdiff
path: root/kerberosIV/kpasswdd/Makefile
blob: bf070788c5cfdae3f9e8b83977f1659a4aae12cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
#	$Id: Makefile,v 1.1 1995/12/14 06:52:54 tholo Exp $

PROG=	kpasswdd
SRCS=	kpasswdd.c des_rw.c
.PATH:	${.CURDIR}/../../usr.bin/rlogin
CFLAGS+=-DKERBEROS -I${.CURDIR}/../../usr.bin/passwd
DPADD=	${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD=	-lkdb -lkrb -ldes
MAN=	kpasswdd.8
BINDIR=/usr/libexec

.include <bsd.prog.mk>