diff options
| author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2007-03-04 12:25:03 +0000 |
|---|---|---|
| committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2007-03-04 12:25:03 +0000 |
| commit | 3dd425f70b7d6fe4d71faf44594512c86bcd142c (patch) | |
| tree | 485ea3d0fb950bbfbfc12c3fae6c70e6abff9c0f /lib/libc/Makefile | |
| parent | 2e4114e463dd7b2879173cec076bd1f3ad80918d (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 27411135ddb0..8a0692b50991 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -72,6 +72,9 @@ CFLAGS+= -DNO_FLOATING_POINT .if ${MK_NS_CACHING} != "no" CFLAGS+= -DNS_CACHING .endif +.if defined(_FREEFALL_CONFIG) +CFLAGS+=-D_FREEFALL_CONFIG +.endif .if defined(SYMVER_ENABLED) VERSION_DEF=${.CURDIR}/Versions.def |
