Folded WITH_HESIOD_SUPPORT into WITH_HESIOD.

This commit is contained in:
ru 2006-03-21 09:00:51 +00:00
parent 09fb328353
commit 11e33ba6db
3 changed files with 2 additions and 3 deletions

View File

@ -428,7 +428,6 @@ MK_GDB:= no
#
.for var in \
GNU \
HESIOD \
INET6 \
IPX \
KERBEROS \

View File

@ -23,7 +23,7 @@ CFLAGS+= -DHAVE_CONFIG_H
CFLAGS+= -DHAVE_LOCALCONFIG_H
.endif
.if ${MK_HESIOD_SUPPORT} != "no"
.if ${MK_HESIOD} != "no"
CFLAGS+= -DYES_HESIOD
.endif

View File

@ -41,7 +41,7 @@ CLEANFILES+= mount_xdr.c
mount_xdr.c: ${MOUNT_X}
${RPCCOM} -c -DWANT_NFS3 ${MOUNT_X} -o ${.TARGET}
.if ${MK_HESIOD_SUPPORT} != "no"
.if ${MK_HESIOD} != "no"
SRCS+= info_hesiod.c
.endif