diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-02-02 17:31:52 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-02-02 17:31:52 +0000 |
| commit | e499744b58e1a9f611d192ff3488e04b199974bd (patch) | |
| tree | 78016dd1bc7a2d78c8045e94c9f174f7e01a4d3b /include/Makefile | |
| parent | eef7548a36eef64de373cb67cf181e75ca9f8a9a (diff) | |
ISO C / SUSv3 <stdbool.h>.
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile index 9fc93e9029e..70599c81b7a 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2001/12/12 00:07:50 tv Exp $ +# $NetBSD: Makefile,v 1.100 2002/02/02 17:31:52 thorpej Exp $ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # Doing a make includes builds /usr/include @@ -15,9 +15,9 @@ 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 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 + 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 \ + 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 INCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \ protocols/talkd.h protocols/timed.h |
