diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/tests/parameters/Makefile | 29 | ||||
-rw-r--r-- | bin/1sh/tests/parameters/Makefile.depend | 11 |
2 files changed, 0 insertions, 40 deletions
diff --git a/bin/1sh/tests/parameters/Makefile b/bin/1sh/tests/parameters/Makefile deleted file mode 100644 index 71ba0525..00000000 --- a/bin/1sh/tests/parameters/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $FreeBSD: releng/12.1/bin/sh/tests/parameters/Makefile 306843 2016-10-08 13:40:12Z jilles $ - -PACKAGE= tests - -TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} - -.PATH: ${.CURDIR:H} -ATF_TESTS_SH= functional_test - -${PACKAGE}FILES+= env1.0 -${PACKAGE}FILES+= exitstatus1.0 -${PACKAGE}FILES+= ifs1.0 -${PACKAGE}FILES+= mail1.0 -${PACKAGE}FILES+= mail2.0 -${PACKAGE}FILES+= optind1.0 -${PACKAGE}FILES+= optind2.0 -${PACKAGE}FILES+= positional1.0 -${PACKAGE}FILES+= positional2.0 -${PACKAGE}FILES+= positional3.0 -${PACKAGE}FILES+= positional4.0 -${PACKAGE}FILES+= positional5.0 -${PACKAGE}FILES+= positional6.0 -${PACKAGE}FILES+= positional7.0 -${PACKAGE}FILES+= positional8.0 -${PACKAGE}FILES+= positional9.0 -${PACKAGE}FILES+= pwd1.0 -${PACKAGE}FILES+= pwd2.0 - -.include <bsd.test.mk> diff --git a/bin/1sh/tests/parameters/Makefile.depend b/bin/1sh/tests/parameters/Makefile.depend deleted file mode 100644 index e37b229c..00000000 --- a/bin/1sh/tests/parameters/Makefile.depend +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD: releng/12.1/bin/sh/tests/parameters/Makefile.depend 296587 2016-03-09 22:46:01Z bdrewery $ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif |