diff options
-rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 330091e..756de9a 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -260,7 +260,7 @@ _chkey= chkey _newkey= newkey .endif -.if !defined(YES_HESIOD) +.if defined(YES_HESIOD) _hesinfo= hesinfo .endif |