diff options
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) |