diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-06 16:39:57 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-06 16:39:57 +0000 |
commit | 7bd614e73fe47cd037a5500b78b4be6342e34711 (patch) | |
tree | ef384c1fced588763e5c2b1e8a276f77ccc0eda3 /include | |
parent | 305a69de6642df7e722a7bf5afefcbc6799aa46c (diff) | |
download | FreeBSD-src-7bd614e73fe47cd037a5500b78b4be6342e34711.zip FreeBSD-src-7bd614e73fe47cd037a5500b78b4be6342e34711.tar.gz |
Add elf.h header back, its existance is an SVR4-ELF tradition.
Our ELF hints bits are still a seperate file.
Requested by: jdp
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 56b2618..4d9cda8 100644 --- a/include/Makefile +++ b/include/Makefile @@ -9,7 +9,7 @@ CLEANFILES= osreldate.h version vers.c SUBDIR= rpcsvc rpc FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ - dlfcn.h elf-hints.h err.h fnmatch.h fstab.h \ + dlfcn.h elf.h elf-hints.h err.h fnmatch.h fstab.h \ fts.h glob.h grp.h strhash.h \ hesiod.h histedit.h ieeefp.h ifaddrs.h iso646.h langinfo.h \ libgen.h limits.h link.h locale.h malloc.h memory.h mpool.h \ |