[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / passwd

Diff for /src/usr.bin/passwd/Makefile between version 1.24 and 1.25

version 1.24, 2001/11/22 20:37:18 version 1.25, 2002/05/06 22:23:53
Line 24 
Line 24 
 .endif  .endif
   
 .if (${KERBEROS:L} == "yes")  .if (${KERBEROS:L} == "yes")
 .PATH:  ${.CURDIR}/../rlogin  .PATH:  ${.CURDIR}/../rsh
 SRCS+= new_pwd.c krb_passwd.c des_rw.c  SRCS+= new_pwd.c krb_passwd.c des_rw.c
 CFLAGS+= -DKERBEROS  CFLAGS+= -DKERBEROS
 DPADD+= ${LIBKRB} ${LIBDES}  DPADD+= ${LIBKRB} ${LIBDES}

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25