summaryrefslogtreecommitdiffstats
path: root/tools/bsdbox
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-22 18:05:11 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-22 18:05:11 +0000
commitbb011941f0bd9e2ce1ade58a6f1f25eeb2141c9d (patch)
tree23a86e8e418c67e94a10a6c88bafca90fa22cdf0 /tools/bsdbox
parent640ff9e50a5d983146a4e77b35f1c1431a763c17 (diff)
downloadFreeBSD-src-bb011941f0bd9e2ce1ade58a6f1f25eeb2141c9d.zip
FreeBSD-src-bb011941f0bd9e2ce1ade58a6f1f25eeb2141c9d.tar.gz
Fix warning about redefined *_crunchdir_hostname target after r289734.
'hostname' was in the build list twice. X-MFC-With: r289734 MFC after: 2 weeks Reported by: sbruno Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools/bsdbox')
-rw-r--r--tools/bsdbox/Makefile.base2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bsdbox/Makefile.base b/tools/bsdbox/Makefile.base
index 4eb7056..be90098 100644
--- a/tools/bsdbox/Makefile.base
+++ b/tools/bsdbox/Makefile.base
@@ -6,7 +6,7 @@
#
CRUNCH_PROGS_sbin+= dmesg sysctl init reboot
CRUNCH_PROGS_bin+= ls cat dd df cp hostname kill mkdir sleep ps
-CRUNCH_PROGS_bin+= ln rm hostname kenv mv expr
+CRUNCH_PROGS_bin+= ln rm kenv mv expr
CRUNCH_PROGS_usr.bin+= true false hexdump tail nc w head uname tset
CRUNCH_PROGS_usr.sbin+= gpioctl
CRUNCH_ALIAS_w= uptime
OpenPOWER on IntegriCloud