=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/Makefile,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/passwd/Makefile 2001/11/22 20:37:18 1.24 --- src/usr.bin/passwd/Makefile 2002/05/06 22:23:53 1.25 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.24 2001/11/22 20:37:18 espie Exp $ .include --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.25 2002/05/06 22:23:53 deraadt Exp $ .include *************** *** 24,30 **** .endif .if (${KERBEROS:L} == "yes") ! .PATH: ${.CURDIR}/../rlogin SRCS+= new_pwd.c krb_passwd.c des_rw.c CFLAGS+= -DKERBEROS DPADD+= ${LIBKRB} ${LIBDES} --- 24,30 ---- .endif .if (${KERBEROS:L} == "yes") ! .PATH: ${.CURDIR}/../rsh SRCS+= new_pwd.c krb_passwd.c des_rw.c CFLAGS+= -DKERBEROS DPADD+= ${LIBKRB} ${LIBDES}