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

Diff for /src/include/Makefile between version 1.21 and 1.22

version 1.21, 1996/08/16 09:40:02 version 1.22, 1996/09/05 11:01:32
Line 18 
Line 18 
         string.h strings.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.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          unistd.h utime.h utmp.h vis.h
   
 .if (${MACHINE_ARCH} != "alpha")  .if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips")
 FILES+= dlfcn.h link.h  FILES+= dlfcn.h link.h
 .endif  .endif
   

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22