diff options
Diffstat (limited to 'include/Makefile')
| -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 |
