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

Diff for /src/include/Makefile between version 1.91 and 1.92

version 1.91, 2001/05/14 12:34:27 version 1.92, 2001/05/31 14:03:04
Line 35 
Line 35 
 .if (${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "powerpc")  .if (${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "powerpc")
 MFILES+= link.h dlfcn.h  MFILES+= link.h dlfcn.h
 .endif  .endif
   .if (${MACHINE_ARCH} == "alpha")
   FILES+=link.h dlfcn.h
   .endif
   
 DIRS=   arpa protocols rpc rpcsvc  DIRS=   arpa protocols rpc rpcsvc
 LDIRS=  crypto ddb dev isofs miscfs net netatalk netccitt netinet \  LDIRS=  crypto ddb dev isofs miscfs net netatalk netccitt netinet \

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92