diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-06 16:52:30 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-06 16:52:30 +0000 |
commit | 0c8eca7560e0862fca3303501ca7668e33d8e4f2 (patch) | |
tree | 742defb34c62d534221acd2c98fb994920005279 /usr.sbin/amd/Makefile.inc | |
parent | 768528adf6431d972c7439a488195cc25395ff66 (diff) |
Respect the YES_HESIOD build variable
Notes
Notes:
svn path=/head/; revision=148795
Diffstat (limited to 'usr.sbin/amd/Makefile.inc')
-rw-r--r-- | usr.sbin/amd/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/amd/Makefile.inc b/usr.sbin/amd/Makefile.inc index 612f9f7aa2d0..d4d21f7599ae 100644 --- a/usr.sbin/amd/Makefile.inc +++ b/usr.sbin/amd/Makefile.inc @@ -21,6 +21,10 @@ CFLAGS+= -DHAVE_CONFIG_H CFLAGS+= -DHAVE_LOCALCONFIG_H .endif +.if defined(YES_HESIOD) +CFLAGS+= -DYES_HESIOD +.endif + CFLAGS+= -DHOST_CPU=\"${MACHINE_ARCH}\" -DHOST_ARCH=\"${MACHINE_ARCH}\" .if exists(${.OBJDIR}/../libamu) |