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

Diff for /src/include/Makefile between version 1.3 and 1.4

version 1.3, 1996/02/15 07:45:12 version 1.4, 1996/02/21 02:40:07
Line 1 
Line 1 
 #       $NetBSD: Makefile,v 1.55 1995/06/05 00:24:55 pk Exp $  #       $NetBSD: Makefile,v 1.56 1996/02/05 22:34:09 jtc Exp $
   
 #       @(#)Makefile    5.45.1.1 (Berkeley) 5/6/91  #       @(#)Makefile    5.45.1.1 (Berkeley) 5/6/91
   
Line 9 
Line 9 
   
 # Missing: mp.h  # Missing: mp.h
   
 FILES=  a.out.h ar.h assert.h bitstring.h bm.h ctype.h db.h dirent.h disktab.h \  FILES=  a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \
         dlfcn.h elf_abi.h err.h fnmatch.h fstab.h fts.h glob.h grp.h ieeefp.h \          disktab.h dlfcn.h elf_abi.h err.h fnmatch.h fstab.h fts.h glob.h \
         iso646.h kvm.h langinfo.h limits.h link.h locale.h malloc.h math.h \          grp.h ieeefp.h iso646.h kvm.h langinfo.h limits.h link.h locale.h \
         memory.h mpool.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h paths.h \          malloc.h math.h memory.h mpool.h ndbm.h netdb.h netgroup.h nlist.h \
         pwd.h ranlib.h regex.h regexp.h resolv.h search.h setjmp.h sgtty.h \          nl_types.h paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h resolv.h \
         signal.h stab.h stddef.h stdio.h stdlib.h string.h strings.h struct.h \          search.h setjmp.h sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h \
         sysexits.h time.h ttyent.h tzfile.h unistd.h utime.h utmp.h vis.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
   
 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

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4