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

Diff for /src/include/Makefile between version 1.25 and 1.26

version 1.25, 1996/09/29 23:52:34 version 1.26, 1996/10/06 19:59:52
Line 24 
Line 24 
 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")
   MFILES+= link.h dlfcn.h
   .endif
   
 DIRS=   arpa protocols rpc rpcsvc  DIRS=   arpa protocols rpc rpcsvc
 LDIRS=  dev net netinet netccitt netiso netns netipx nfs sys ufs vm ddb scsi  LDIRS=  dev net netinet netccitt netiso netns netipx nfs sys ufs vm ddb scsi
   

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26