summaryrefslogtreecommitdiffstats
path: root/rescue/librescue
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-08-06 16:53:55 +0000
committerphk <phk@FreeBSD.org>2005-08-06 16:53:55 +0000
commit5a523760659dee07f955efb61a4021045eddd231 (patch)
treefa34f9b44f1829407f52de3d636b3504b99bc02b /rescue/librescue
parentce947d44964b100c7f8084329b66b8a1a539452d (diff)
downloadFreeBSD-src-5a523760659dee07f955efb61a4021045eddd231.zip
FreeBSD-src-5a523760659dee07f955efb61a4021045eddd231.tar.gz
Respect the YES_HESIOD build variable.
Diffstat (limited to 'rescue/librescue')
-rw-r--r--rescue/librescue/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/rescue/librescue/Makefile b/rescue/librescue/Makefile
index f73984c..0cc5bfa 100644
--- a/rescue/librescue/Makefile
+++ b/rescue/librescue/Makefile
@@ -33,7 +33,9 @@ CFLAGS+= -DBROKEN_DES -DPORTMAP -DDES_BUILTIN
.if !defined(NO_NIS)
CFLAGS+= -DYP
.endif
+.if defined(YES_HESIOD)
CFLAGS+= -DHESIOD
+.endif
CFLAGS+= -I${.CURDIR}/../../lib/libc/include
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud