Put hesinfo(1) under buildoption "YES_HESIOD"

This commit is contained in:
Poul-Henning Kamp 2005-08-06 06:56:39 +00:00
parent a113a8dd0c
commit f7ab1209d3

View File

@ -70,7 +70,7 @@ SUBDIR= alias \
getopt \
${_gprof} \
head \
hesinfo \
${_hesinfo} \
hexdump \
${_host} \
id \
@ -260,6 +260,10 @@ _chkey= chkey
_newkey= newkey
.endif
.if !defined(YES_HESIOD)
_hesinfo= hesinfo
.endif
.if !defined(NO_NETCAT)
_nc= nc
.endif