[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.39 and 1.40

version 1.39, 2014/11/20 14:53:15 version 1.40, 2015/09/14 07:19:41
Line 19 
Line 19 
 BINOWN=root  BINOWN=root
   
 getpwent.o: getpwent.c  getpwent.o: getpwent.c
         ${COMPILE.c} -UYP ${.CURDIR}/../../lib/libc/gen/getpwent.c          ${COMPILE.c} -UYP -D'DEF_WEAK(x)=asm("")' \
               ${.CURDIR}/../../lib/libc/gen/getpwent.c
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40