summaryrefslogtreecommitdiffstats
path: root/usr.bin/atf/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-06-06 18:58:06 +0000
committerjmmv <jmmv@FreeBSD.org>2014-06-06 18:58:06 +0000
commit7cc30227c92f89afbee92a73bd84bed53631e0c3 (patch)
tree98366908ec043344c1a289b6bc2346289b1e0ec4 /usr.bin/atf/Makefile
parent1971caf17cfc8c98b3bb70670114f01700d16c01 (diff)
downloadFreeBSD-src-7cc30227c92f89afbee92a73bd84bed53631e0c3.zip
FreeBSD-src-7cc30227c92f89afbee92a73bd84bed53631e0c3.tar.gz
Move atf-sh from /usr/bin/ to /usr/libexec/
In r266650, we made libatf-c and libatf-c++ private libraries so that no components outside of the source tree could unintendedly depend on them. This change does the same for the "atf-sh library" by moving the atf-sh interpreter from its public location in /usr/bin/ to the private location in /usr/libexec/. Our build system will ensure that our own test programs use the right binary, but users won't be able to depend on atf-sh by "mistake". Committing this now to ride the UPDATING notice added with r267172 today.
Diffstat (limited to 'usr.bin/atf/Makefile')
-rw-r--r--usr.bin/atf/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/usr.bin/atf/Makefile b/usr.bin/atf/Makefile
deleted file mode 100644
index 054cdf2..0000000
--- a/usr.bin/atf/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-#-
-# Copyright (c) 2011 Google, Inc.
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-# SUCH DAMAGE.
-#
-# $FreeBSD$
-
-SUBDIR= atf-sh tests
-
-.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud