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

Diff for /src/include/Makefile between version 1.62 and 1.63

version 1.62, 1999/03/09 00:01:41 version 1.63, 1999/03/29 03:07:39
Line 18 
Line 18 
         stddef.h stdio.h stdlib.h string.h strings.h struct.h sysexits.h \          stddef.h stdio.h stdlib.h string.h strings.h struct.h sysexits.h \
         tar.h time.h ttyent.h tzfile.h unistd.h utime.h utmp.h vis.h          tar.h time.h ttyent.h tzfile.h unistd.h utime.h utmp.h vis.h
   
 .if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips")  .if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips") && \
           (${MACHINE_ARCH} != "powerpc")
 FILES+= dlfcn.h link.h  FILES+= dlfcn.h link.h
 .endif  .endif
   

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63