From 5a523760659dee07f955efb61a4021045eddd231 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 6 Aug 2005 16:53:55 +0000 Subject: Respect the YES_HESIOD build variable. --- rescue/librescue/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rescue/librescue') 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 -- cgit v1.1