Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2015 03:02:52 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283094 - head/tools/bsdbox
Message-ID:  <201505190302.t4J32qI2021245@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Tue May 19 03:02:52 2015
New Revision: 283094
URL: https://svnweb.freebsd.org/changeset/base/283094

Log:
  Add mv / expr ; these are used by the updated freebsd-wifi-build environment.

Modified:
  head/tools/bsdbox/Makefile.base

Modified: head/tools/bsdbox/Makefile.base
==============================================================================
--- head/tools/bsdbox/Makefile.base	Tue May 19 02:24:55 2015	(r283093)
+++ head/tools/bsdbox/Makefile.base	Tue May 19 03:02:52 2015	(r283094)
@@ -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
+CRUNCH_PROGS_bin+=	ln rm hostname 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505190302.t4J32qI2021245>