diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2013-01-17 05:56:28 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2013-01-17 05:56:28 +0000 |
| commit | 1992e9a10c0528edb04533610ee7a6bb1ea689f6 (patch) | |
| tree | 24606f697ac98c0b9dab3e26889f40567aa563e5 /gnu/usr.bin/cc/libcpp | |
| parent | 6b1897b2ad4d99324afe7cc488309cf1c463321f (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/libcpp')
| -rw-r--r-- | gnu/usr.bin/cc/libcpp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/libcpp/Makefile b/gnu/usr.bin/cc/libcpp/Makefile index 23bc26e2a228..bfaea7d4ac8f 100644 --- a/gnu/usr.bin/cc/libcpp/Makefile +++ b/gnu/usr.bin/cc/libcpp/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include <bsd.own.mk> + # Use our headers in preference to ones from ../cc_tools. CFLAGS+= -I${.CURDIR} -I. |
