diff options
author | John Levon <levon@movementarian.org> | 2019-11-20 15:03:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-20 15:03:31 +0000 |
commit | a0b43c9bf7333d73208e783521f77e1eb5c530e0 (patch) | |
tree | 1116f8599c77aac4cf95e2099d632169dda5c7ac | |
parent | 70ec8d27779f61256bca9738f89977202d22f73d (diff) | |
download | illumos-joyent-release-20191121.tar.gz |
OS-8049 make_test requires /usr/bin/make (#236)release-20191121
Reviewed by: Tim Foster <tim.foster@joyent.com>
Approved by: Tim Foster <tim.foster@joyent.com>
-rw-r--r-- | usr/src/pkg/manifests/system-test-smartostest.mf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-smartostest.mf b/usr/src/pkg/manifests/system-test-smartostest.mf index 21bc4cbd1a..30905b9c98 100644 --- a/usr/src/pkg/manifests/system-test-smartostest.mf +++ b/usr/src/pkg/manifests/system-test-smartostest.mf @@ -45,6 +45,8 @@ file path=usr/bin/ctfmerge mode=0555 # so we need to redeliver isaexec in order to create the # proto area correctly. file path=usr/lib/isaexec +# Needed by make_test +file path=usr/bin/make mode=0555 license cr_Sun license=cr_Sun license lic_CDDL license=lic_CDDL |