Put hesinfo(1) under buildoption "YES_HESIOD"
This commit is contained in:
parent
a113a8dd0c
commit
f7ab1209d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user