diff options
Diffstat (limited to 'lib/csu/tests/dynamic/Makefile')
| -rw-r--r-- | lib/csu/tests/dynamic/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/csu/tests/dynamic/Makefile b/lib/csu/tests/dynamic/Makefile index 266f5c5a7d0d..28fbbb3ee96a 100644 --- a/lib/csu/tests/dynamic/Makefile +++ b/lib/csu/tests/dynamic/Makefile @@ -2,6 +2,11 @@ .PATH: ${.CURDIR:H} +.if exists(./Makefile.${MACHINE_ARCH}) +.include "./Makefile.${MACHINE_ARCH}" +.endif + + .include <src.opts.mk> MK_PIE= no |
