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

Diff for /src/include/Makefile between version 1.84 and 1.85

version 1.84, 2000/09/19 20:06:55 version 1.85, 2000/10/01 03:19:04
Line 27 
Line 27 
 MFILES= float.h frame.h stdarg.h varargs.h  MFILES= float.h frame.h stdarg.h varargs.h
 LFILES= errno.h fcntl.h syslog.h termios.h  LFILES= errno.h fcntl.h syslog.h termios.h
   
 .if (${MACHINE_ARCH} == "mips")  .if (${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "powerpc")
 MFILES+= link.h dlfcn.h  MFILES+= link.h dlfcn.h
 .endif  .endif
   

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85