From: Keith Bostic Date: Wed, 6 Mar 1991 13:40:49 +0000 (-0800) Subject: add locale.h X-Git-Tag: BSD-4_3_Net_2-Snapshot-Development~850 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/7d80f297d51300c523019ed6f3f21d23a020f7ef add locale.h SCCS-vsn: include/Makefile 5.43 --- diff --git a/usr/src/include/Makefile b/usr/src/include/Makefile index ed22bd37ae..3d3eae3c68 100644 --- a/usr/src/include/Makefile +++ b/usr/src/include/Makefile @@ -1,4 +1,4 @@ -# @(#)Makefile 5.42 (Berkeley) %G% +# @(#)Makefile 5.43 (Berkeley) %G% # # 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 \ - 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 + MFILES= float.h frame.h LFILES= errno.h fcntl.h signal.h syslog.h termios.h