summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-03-21 09:00:51 +0000
committerru <ru@FreeBSD.org>2006-03-21 09:00:51 +0000
commit11e33ba6db83b1130ce42b3b8d6fc2d48d4b39fd (patch)
tree28a166ecceef081c6210fd3fefd63a85bb8fc73b /usr.sbin/amd
parent09fb328353552cb08b51c897930cc37c77b42c1c (diff)
downloadFreeBSD-src-11e33ba6db83b1130ce42b3b8d6fc2d48d4b39fd.zip
FreeBSD-src-11e33ba6db83b1130ce42b3b8d6fc2d48d4b39fd.tar.gz
Folded WITH_HESIOD_SUPPORT into WITH_HESIOD.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/Makefile.inc2
-rw-r--r--usr.sbin/amd/amd/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/Makefile.inc b/usr.sbin/amd/Makefile.inc
index afb287f..c8451f6 100644
--- a/usr.sbin/amd/Makefile.inc
+++ b/usr.sbin/amd/Makefile.inc
@@ -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
diff --git a/usr.sbin/amd/amd/Makefile b/usr.sbin/amd/amd/Makefile
index 3cc8657..f56650c 100644
--- a/usr.sbin/amd/amd/Makefile
+++ b/usr.sbin/amd/amd/Makefile
@@ -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
OpenPOWER on IntegriCloud