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

Diff for /src/usr.bin/chpass/Makefile between version 1.7 and 1.8

version 1.7, 1997/09/21 11:48:37 version 1.8, 2000/09/03 18:41:17
Line 9 
Line 9 
 .PATH:  ${.CURDIR}/../../lib/libc/gen  .PATH:  ${.CURDIR}/../../lib/libc/gen
 LINKS=  ${BINDIR}/chpass ${BINDIR}/chfn ${BINDIR}/chpass ${BINDIR}/chsh  LINKS=  ${BINDIR}/chpass ${BINDIR}/chfn ${BINDIR}/chpass ${BINDIR}/chsh
 MLINKS= chpass.1 chfn.1 chpass.1 chsh.1  MLINKS= chpass.1 chfn.1 chpass.1 chsh.1
 .if (${YP} == "yes")  .if (${YP:L} == "yes")
 CFLAGS+=-DYP -I${.CURDIR}/../../lib/libc/yp  CFLAGS+=-DYP -I${.CURDIR}/../../lib/libc/yp
 .endif  .endif
 DPADD+= ${LIBRPCSVC} ${LIBUTIL}  DPADD+= ${LIBRPCSVC} ${LIBUTIL}

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8