summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/Makefile.inc')
-rw-r--r--lib/libc/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc
index 318ca70..2994f0e 100644
--- a/lib/libc/Makefile.inc
+++ b/lib/libc/Makefile.inc
@@ -39,6 +39,9 @@ NOASM=
CFLAGS+= -DYP
.include "${.CURDIR}/../libc/yp/Makefile.inc"
.endif
+.if !defined(NO_HESIOD_LIBC)
+CFLAGS+= -DHESIOD
+.endif
# If there are no machine dependent sources, append all the
# machine-independent sources:
OpenPOWER on IntegriCloud