add locale.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 6 Mar 1991 13:40:49 +0000 (05:40 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 6 Mar 1991 13:40:49 +0000 (05:40 -0800)
SCCS-vsn: include/Makefile 5.43

usr/src/include/Makefile

index ed22bd3..3d3eae3 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.42 (Berkeley) %G%
+#      @(#)Makefile    5.43 (Berkeley) %G%
 #
 # Doing a make install builds /usr/include
 #
 #
 # Doing a make install builds /usr/include
 #
@@ -8,11 +8,12 @@
 all clean cleandir depend lint tags:
 
 FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
 all clean cleandir depend lint tags:
 
 FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
-       fstab.h fts.h glob.h grp.h kvm.h limits.h math.h memory.h mp.h \
-       ndbm.h netdb.h nlist.h paths.h pcc.h pwd.h ranlib.h regexp.h \
+       fstab.h fts.h glob.h grp.h kvm.h limits.h locale.h math.h memory.h \
+       mp.h ndbm.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 stddef.h stdio.h \
        stdlib.h string.h strings.h struct.h sysexits.h time.h ttyent.h \
        tzfile.h unistd.h utime.h utmp.h varargs.h vfont.h vis.h
        resolv.h setjmp.h sgtty.h stab.h stdarg.h stddef.h stdio.h \
        stdlib.h string.h strings.h struct.h sysexits.h time.h ttyent.h \
        tzfile.h unistd.h utime.h utmp.h varargs.h vfont.h vis.h
+
 MFILES=        float.h frame.h
 LFILES=        errno.h fcntl.h signal.h syslog.h termios.h
 
 MFILES=        float.h frame.h
 LFILES=        errno.h fcntl.h signal.h syslog.h termios.h