add stddef.h stdlib.h, move vis.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 18 May 1990 07:18:26 +0000 (23:18 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 18 May 1990 07:18:26 +0000 (23:18 -0800)
SCCS-vsn: include/Makefile 5.34

usr/src/include/Makefile

index 92fe0f4..2a35363 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.33 (Berkeley) %G%
+#      @(#)Makefile    5.34 (Berkeley) %G%
 #
 # Doing a make install builds /usr/include
 #
 #
 # Doing a make install builds /usr/include
 #
@@ -8,12 +8,12 @@
 all clean cleandir depend lint tags:
 
 SUBDIRS=arpa pascal protocols
 all clean cleandir depend lint tags:
 
 SUBDIRS=arpa pascal protocols
-STD=   a.out.h ar.h assert.h bitstring.h vis.h ctype.h curses.h ndbm.h \
+STD=   a.out.h ar.h assert.h bitstring.h ctype.h curses.h ndbm.h \
        dirent.h disktab.h fstab.h fts.h glob.h grp.h kvm.h limits.h \
        math.h memory.h mp.h netdb.h nlist.h paths.h pcc.h pwd.h ranlib.h \
        dirent.h disktab.h fstab.h fts.h glob.h grp.h kvm.h limits.h \
        math.h memory.h mp.h netdb.h nlist.h paths.h pcc.h pwd.h ranlib.h \
-       regexp.h resolv.h setjmp.h sgtty.h stab.h stdarg.h stdio.h string.h \
-       strings.h struct.h sysexits.h time.h ttyent.h tzfile.h \
-       utmp.h varargs.h vfont.h
+       regexp.h resolv.h setjmp.h sgtty.h stab.h stdarg.h stddef.h \
+       stdlib.h stdio.h string.h strings.h struct.h sysexits.h time.h \
+       ttyent.h tzfile.h utmp.h varargs.h vfont.h vis.h
 LMCH=  float.h frame.h
 LSYS=  errno.h fcntl.h signal.h syslog.h termios.h unistd.h
 
 LMCH=  float.h frame.h
 LSYS=  errno.h fcntl.h signal.h syslog.h termios.h unistd.h