diff options
Diffstat (limited to 'lib/csu/tests')
| -rw-r--r-- | lib/csu/tests/Makefile | 1 | ||||
| -rw-r--r-- | lib/csu/tests/Makefile.inc | 1 | ||||
| -rw-r--r-- | lib/csu/tests/Makefile.tests | 1 | ||||
| -rw-r--r-- | lib/csu/tests/dso/Makefile | 1 | ||||
| -rw-r--r-- | lib/csu/tests/dynamic/Makefile | 1 | ||||
| -rw-r--r-- | lib/csu/tests/dynamiclib/Makefile | 1 | ||||
| -rw-r--r-- | lib/csu/tests/dynamicpie/Makefile | 1 | ||||
| -rw-r--r-- | lib/csu/tests/static/Makefile | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/lib/csu/tests/Makefile b/lib/csu/tests/Makefile index 3533fd396506..3f95193420ea 100644 --- a/lib/csu/tests/Makefile +++ b/lib/csu/tests/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SUBDIR= dso TESTS_SUBDIRS= dynamic diff --git a/lib/csu/tests/Makefile.inc b/lib/csu/tests/Makefile.inc index a9e3386bbcaa..9904a82f1baf 100644 --- a/lib/csu/tests/Makefile.inc +++ b/lib/csu/tests/Makefile.inc @@ -1,3 +1,2 @@ -# $FreeBSD$ TESTSDIR:= ${TESTSBASE}/${RELDIR:C/csu\/tests/csu/} diff --git a/lib/csu/tests/Makefile.tests b/lib/csu/tests/Makefile.tests index fa99e787fbea..12926d5e38a6 100644 --- a/lib/csu/tests/Makefile.tests +++ b/lib/csu/tests/Makefile.tests @@ -1,4 +1,3 @@ -# $FreeBSD$ ATF_TESTS_C+= init_test ATF_TESTS_C+= fini_test diff --git a/lib/csu/tests/dso/Makefile b/lib/csu/tests/dso/Makefile index cdfea2031c99..6975e64c5dfe 100644 --- a/lib/csu/tests/dso/Makefile +++ b/lib/csu/tests/dso/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${.CURDIR:H} SHLIB= h_csu diff --git a/lib/csu/tests/dynamic/Makefile b/lib/csu/tests/dynamic/Makefile index 266f5c5a7d0d..1ceeb385b5e9 100644 --- a/lib/csu/tests/dynamic/Makefile +++ b/lib/csu/tests/dynamic/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${.CURDIR:H} diff --git a/lib/csu/tests/dynamiclib/Makefile b/lib/csu/tests/dynamiclib/Makefile index ef05648aa26c..ced5bbb4e935 100644 --- a/lib/csu/tests/dynamiclib/Makefile +++ b/lib/csu/tests/dynamiclib/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${.CURDIR:H} CFLAGS+= -DDSO_BASE diff --git a/lib/csu/tests/dynamicpie/Makefile b/lib/csu/tests/dynamicpie/Makefile index 98659a4cc264..b5c0356001db 100644 --- a/lib/csu/tests/dynamicpie/Makefile +++ b/lib/csu/tests/dynamicpie/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${.CURDIR:H} diff --git a/lib/csu/tests/static/Makefile b/lib/csu/tests/static/Makefile index 8b01cf8777b2..c3f87641c8ef 100644 --- a/lib/csu/tests/static/Makefile +++ b/lib/csu/tests/static/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .PATH: ${.CURDIR:H} NO_SHARED= |
