diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-06 06:56:39 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-06 06:56:39 +0000 |
| commit | f7ab1209d3629766ceedf5a177b1b0ea002fed53 (patch) | |
| tree | e03f14217fbfc9e2228268247ea0b65192f155ca /usr.bin | |
| parent | a113a8dd0c26e1b084abacf92d0fafbc8362133d (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/Makefile | 6 |
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 |
