1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

Old habits die hard: Make that .if defined(YES_HESIOD) not .if !defined

This commit is contained in:
Poul-Henning Kamp 2005-08-06 07:41:36 +00:00
parent 9baea4b4b4
commit e73643becb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148785

View File

@ -260,7 +260,7 @@ _chkey= chkey
_newkey= newkey
.endif
.if !defined(YES_HESIOD)
.if defined(YES_HESIOD)
_hesinfo= hesinfo
.endif