summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-08-06 06:56:39 +0000
committerphk <phk@FreeBSD.org>2005-08-06 06:56:39 +0000
commit20873c8f6fce1bafc2a038811c8b15062aba0dc6 (patch)
treee03f14217fbfc9e2228268247ea0b65192f155ca
parentb4baf34b16e39132fee637b255b7c7202101f546 (diff)
downloadFreeBSD-src-20873c8f6fce1bafc2a038811c8b15062aba0dc6.zip
FreeBSD-src-20873c8f6fce1bafc2a038811c8b15062aba0dc6.tar.gz
Put hesinfo(1) under buildoption "YES_HESIOD"
-rw-r--r--usr.bin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 8848824..330091e 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
OpenPOWER on IntegriCloud