[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / libexec

Diff for /src/libexec/Makefile between version 1.16 and 1.17

version 1.16, 2000/09/03 18:41:14 version 1.17, 2000/09/07 04:02:33
Line 11 
Line 11 
 .if (${YP:L} == "yes")  .if (${YP:L} == "yes")
 SUBDIR+=rpc.yppasswdd  SUBDIR+=rpc.yppasswdd
 .endif  .endif
   .if (${MACHINE_ARCH} == "powerpc")
   SUBDIR+=ld.so
   .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17