diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
commit | d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch) | |
tree | 37ee9e3a9af3eec3e1baf2793da82358c404479b /usr.bin/xinstall | |
parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
download | src-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.tar.gz src-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.zip |
Diffstat (limited to 'usr.bin/xinstall')
-rw-r--r-- | usr.bin/xinstall/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/xinstall/Makefile.depend | 1 | ||||
-rw-r--r-- | usr.bin/xinstall/tests/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/xinstall/tests/Makefile.depend | 1 | ||||
-rwxr-xr-x | usr.bin/xinstall/tests/install_test.sh | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index 3b49cb39d27a..9e91b8b210a0 100644 --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -1,5 +1,4 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ .include <src.opts.mk> diff --git a/usr.bin/xinstall/Makefile.depend b/usr.bin/xinstall/Makefile.depend index b5de6f881d76..dd01030911f8 100644 --- a/usr.bin/xinstall/Makefile.depend +++ b/usr.bin/xinstall/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/xinstall/tests/Makefile b/usr.bin/xinstall/tests/Makefile index 55c189eeadca..c0ea7354b340 100644 --- a/usr.bin/xinstall/tests/Makefile +++ b/usr.bin/xinstall/tests/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ ATF_TESTS_SH+= install_test diff --git a/usr.bin/xinstall/tests/Makefile.depend b/usr.bin/xinstall/tests/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/xinstall/tests/Makefile.depend +++ b/usr.bin/xinstall/tests/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/xinstall/tests/install_test.sh b/usr.bin/xinstall/tests/install_test.sh index e95f40fc19e7..b42bdfd0dc60 100755 --- a/usr.bin/xinstall/tests/install_test.sh +++ b/usr.bin/xinstall/tests/install_test.sh @@ -23,7 +23,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # copy_to_nonexistent_with_opts() { |