diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-21 09:00:51 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-21 09:00:51 +0000 |
| commit | b81594171c7ec9f4a61dc920f90263a35158626c (patch) | |
| tree | 28a166ecceef081c6210fd3fefd63a85bb8fc73b /usr.sbin/amd | |
| parent | d55557650a557792b2ec7458a096ab3156a96ad2 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/amd')
| -rw-r--r-- | usr.sbin/amd/Makefile.inc | 2 | ||||
| -rw-r--r-- | usr.sbin/amd/amd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/Makefile.inc b/usr.sbin/amd/Makefile.inc index afb287fdaddf0..c8451f6b1fc58 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 3cc8657bf7a56..f56650ceb0305 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 |
