diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-02-15 07:45:13 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-02-15 07:45:13 +0000 |
commit | fc6858cbd1b2dd1ed3510d9fd5e7c89fb02d1d73 (patch) | |
tree | 15d6ac2c7198271395fd551f11c9da446b681be0 /include/Makefile | |
parent | fd5cef47498029bb3c41a4d5686472fb0715a88e (diff) |
Install elf_abi.h in /usr/include.
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/Makefile b/include/Makefile index b87d98f8685..149e34bf879 100644 --- a/include/Makefile +++ b/include/Makefile @@ -10,11 +10,11 @@ # Missing: mp.h FILES= a.out.h ar.h assert.h bitstring.h bm.h ctype.h db.h dirent.h disktab.h \ - dlfcn.h err.h fnmatch.h fstab.h fts.h glob.h grp.h ieeefp.h iso646.h \ - kvm.h langinfo.h limits.h link.h locale.h malloc.h math.h memory.h \ - mpool.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h paths.h pwd.h \ - ranlib.h regex.h regexp.h resolv.h search.h setjmp.h sgtty.h signal.h \ - stab.h stddef.h stdio.h stdlib.h string.h strings.h struct.h \ + dlfcn.h elf_abi.h err.h fnmatch.h fstab.h fts.h glob.h grp.h ieeefp.h \ + iso646.h kvm.h langinfo.h limits.h link.h locale.h malloc.h math.h \ + memory.h mpool.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h paths.h \ + pwd.h ranlib.h regex.h regexp.h resolv.h search.h setjmp.h sgtty.h \ + signal.h stab.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 vis.h MFILES= float.h frame.h stdarg.h varargs.h |