diff options
| author | mrg <mrg@NetBSD.org> | 2003-07-26 15:27:13 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2003-07-26 15:27:13 +0000 |
| commit | b1774706ae1ef6e4962cf60ec34387d24b30943f (patch) | |
| tree | c6c1e9b44ab93fd252fbf261537761f600ced6c9 /include | |
| parent | a64be713698c8379df5e5eeec5bd38a5918c5bc8 (diff) | |
install stdbool.h if gcc3
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 71d0713412f..0762b2a0846 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2003/06/27 05:21:56 tshiozak Exp $ +# $NetBSD: Makefile,v 1.111 2003/07/26 15:27:13 mrg Exp $ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # Doing a make includes builds /usr/include @@ -33,6 +33,12 @@ INCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h INCS+= ieeefp.h .endif +.include <bsd.own.mk> + +.if ${USE_TOOLS_TOOLCHAIN} == "no" +INCS+= stdbool.h +.endif + INCSDIR= /usr/include SUBDIR= rpc |
