diff options
| author | cgd <cgd@NetBSD.org> | 1994-05-11 03:37:39 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-05-11 03:37:39 +0000 |
| commit | 7e4a306f1700a51cda4c6acc5acd0776a93b3af3 (patch) | |
| tree | 3668edb5f2c7c21d87d96d1a02ccb3c3512a072f /include/Makefile | |
| parent | bd96a072fdb780c68935291258b1a1e281a40a64 (diff) | |
user-land signal include file
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index 4e55d68ed4f..3e1870848c6 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 -# $Id: Makefile,v 1.35 1994/03/31 04:06:01 cgd Exp $ +# $Id: Makefile,v 1.36 1994/05/11 03:37:39 cgd Exp $ # Doing a make install builds /usr/include # @@ -12,13 +12,13 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ err.h fnmatch.h fstab.h fts.h glob.h grp.h kvm.h limits.h locale.h \ math.h memory.h mpool.h ndbm.h netdb.h nlist.h paths.h pwd.h ranlib.h \ regex.h regexp.h resolv.h \ - search.h setjmp.h sgtty.h stab.h stdarg.h stddef.h \ + search.h setjmp.h sgtty.h signal.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 vis.h malloc.h \ link.h MFILES= float.h frame.h -LFILES= errno.h fcntl.h signal.h syslog.h termios.h +LFILES= errno.h fcntl.h syslog.h termios.h DIRS= arpa protocols rpc rpcsvc LDIRS= dev net netinet netccitt netiso netns nfs sys ufs vm |
