aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-08-06 06:56:39 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-08-06 06:56:39 +0000
commitf7ab1209d3629766ceedf5a177b1b0ea002fed53 (patch)
treee03f14217fbfc9e2228268247ea0b65192f155ca /usr.bin
parenta113a8dd0c26e1b084abacf92d0fafbc8362133d (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 884882413e630..330091e125f70 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -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