diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-22 18:05:11 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-22 18:05:11 +0000 |
| commit | ad437f931386f36fcd01ffd6e7f7f2e88a55539d (patch) | |
| tree | 23a86e8e418c67e94a10a6c88bafca90fa22cdf0 | |
| parent | 3c64fc9c3d9fae2e9e9077eacd96887d6ad9fb3e (diff) | |
Notes
| -rw-r--r-- | tools/bsdbox/Makefile.base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bsdbox/Makefile.base b/tools/bsdbox/Makefile.base index 4eb70562454bd..be900981f9b36 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 |
