diff options
| author | mrg <mrg@NetBSD.org> | 2006-06-02 22:16:18 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2006-06-02 22:16:18 +0000 |
| commit | db19e89e04ef4a31ce779771479fada19bccde62 (patch) | |
| tree | f769c037f78e65d4c9e9b31871b835b6611ade1e /include | |
| parent | 2aeadc072d1c932e50a384bebd4c0716c5c8b7a8 (diff) | |
remove support for building (with) GCC 2.95. also:
- always install <stdbool.h>
- don't generate a fake one for vax / gettext.
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/Makefile b/include/Makefile index c9e40562723..792ff31e569 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.123 2006/04/27 23:42:08 thorpej Exp $ +# $NetBSD: Makefile,v 1.124 2006/06/02 22:16:18 mrg Exp $ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # Doing a make includes builds /usr/include @@ -18,7 +18,7 @@ INCS= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \ ndbm.h netconfig.h netdb.h netgroup.h nlist.h nl_types.h \ nsswitch.h paths.h pwd.h randomid.h ranlib.h re_comp.h regex.h regexp.h \ resolv.h res_update.h rmd160.h rmt.h sa.h sched.h search.h semaphore.h setjmp.h \ - sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h string.h \ + sgtty.h signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h string.h \ strings.h stringlist.h struct.h sysexits.h tar.h time.h \ ttyent.h tzfile.h ucontext.h ulimit.h unistd.h util.h utime.h utmp.h \ utmpx.h uuid.h varargs.h vis.h wchar.h wctype.h wordexp.h @@ -37,9 +37,6 @@ INCS+= ieeefp.h .include <bsd.own.mk> -.if (${HAVE_GCC} > 2) -INCS+= stdbool.h -.endif INCSDIR= /usr/include |
