diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-19 09:00:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-19 09:00:20 +0000 |
commit | 1c20126efea60c7dc72804fb2948de83d220af9a (patch) | |
tree | adb7bdc0af65800cf72e4f50637db9929337e069 /include/Makefile | |
parent | 8d0e8c6d092152253766d2a4850018349fcd97bc (diff) |
Remove more knowledge of a.out and stab information from the tree.
ok miod
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 a060ed1ced4..8cb352e03f5 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.176 2013/09/29 14:54:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.177 2013/10/19 09:00:18 deraadt Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -17,13 +17,13 @@ FILES= a.out.h ar.h assert.h bitstring.h blf.h bm.h bsd_auth.h \ md5.h memory.h mpool.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h \ ohash.h paths.h poll.h pwd.h ranlib.h re_comp.h \ readpassphrase.h regex.h resolv.h rmd160.h search.h setjmp.h \ - sgtty.h sha1.h sha2.h signal.h sndio.h spawn.h stab.h \ + sgtty.h sha1.h sha2.h signal.h sndio.h spawn.h \ stdbool.h stddef.h stdio.h stdlib.h \ string.h strings.h struct.h sysexits.h tar.h tgmath.h \ time.h ttyent.h tzfile.h unistd.h utime.h utmp.h vis.h \ wchar.h wctype.h -FILES+= link.h link_aout.h link_elf.h +FILES+= link.h link_elf.h .if (${MACHINE_ARCH} != "vax") FILES+= ieeefp.h |