Index: head/lib/csu/tests/Makefile =================================================================== --- head/lib/csu/tests/Makefile (revision 367575) +++ head/lib/csu/tests/Makefile (revision 367576) @@ -1,10 +1,11 @@ # $FreeBSD$ SUBDIR= dso TESTS_SUBDIRS= dynamic TESTS_SUBDIRS+= dynamiclib +TESTS_SUBDIRS+= dynamicpie TESTS_SUBDIRS+= static SUBDIR_DEPEND_dynamiclib=dso .include Index: head/lib/csu/tests/dynamic/Makefile =================================================================== --- head/lib/csu/tests/dynamic/Makefile (revision 367575) +++ head/lib/csu/tests/dynamic/Makefile (revision 367576) @@ -1,6 +1,9 @@ # $FreeBSD$ .PATH: ${.CURDIR:H} +.include +MK_PIE= no + .include "../Makefile.tests" .include Index: head/lib/csu/tests/dynamicpie/Makefile =================================================================== --- head/lib/csu/tests/dynamicpie/Makefile (nonexistent) +++ head/lib/csu/tests/dynamicpie/Makefile (revision 367576) @@ -0,0 +1,9 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR:H} + +.include +MK_PIE= yes + +.include "../Makefile.tests" +.include Property changes on: head/lib/csu/tests/dynamicpie/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property