diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-02-04 08:51:26 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-02-04 08:51:26 +0000 |
| commit | 7599c17f9969da5f9592edf97ffa40f3e52f3cb5 (patch) | |
| tree | 4429c4f22b0a2ac28adb425a8a1ef4631bb93db6 /include/Makefile | |
| parent | 300e827b312bbdf4415519ee49d697c701a6abe9 (diff) | |
Don't install <stdbool.h> for now. Lossage resulting from me testing
with a not-in-tree compiler.
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 70599c81b7a..dd0ec987234 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2002/02/02 17:31:52 thorpej Exp $ +# $NetBSD: Makefile,v 1.101 2002/02/04 08:51:26 thorpej Exp $ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # Doing a make includes builds /usr/include @@ -15,7 +15,7 @@ INCS= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \ nl_types.h \ nsswitch.h paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h \ resolv.h rmd160.h rmt.h sched.h search.h setjmp.h sgtty.h signal.h \ - stab.h stdbool.h stddef.h stdio.h stdlib.h string.h strings.h \ + stab.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 \ ulimit.h unistd.h util.h utime.h utmp.h vis.h wchar.h wctype.h INCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h |
