summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-09-16 07:28:44 +0000
committerasmodai <asmodai@FreeBSD.org>2000-09-16 07:28:44 +0000
commitdf683ace985187d8536fe87040bf821448809ebd (patch)
tree6844ac532bdfcd2e9278f9da70b9eb939b14f2a3 /include/Makefile
parent3599553fbcfbefde77cf622d92b72f19920e0256 (diff)
downloadFreeBSD-src-df683ace985187d8536fe87040bf821448809ebd.zip
FreeBSD-src-df683ace985187d8536fe87040bf821448809ebd.tar.gz
Welcome stdbool.h. A header file from the ANSI C99 specification.
It defines the boolean values.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 4c2459a..bd1e284 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -17,8 +17,8 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
paths.h pthread.h pthread_np.h pwd.h \
ranlib.h regex.h regexp.h resolv.h rune.h runetype.h \
search.h setjmp.h sgtty.h \
- signal.h stab.h stddef.h stdio.h stdlib.h string.h stringlist.h \
- strings.h struct.h sysexits.h tar.h time.h timers.h \
+ signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h string.h \
+ stringlist.h strings.h struct.h sysexits.h tar.h time.h timers.h \
ttyent.h unistd.h utime.h utmp.h vis.h
.if defined(WANT_CSRG_LIBM)
FILES+= math.h
OpenPOWER on IntegriCloud