xref: /freebsd/lib/csu/tests/dynamic/Makefile (revision 90e29718cffcec987769ccbe39308357202c46d5)
1# $FreeBSD$
2
3.PATH: ${.CURDIR:H}
4
5.if exists(./Makefile.${MACHINE_ARCH})
6.include "./Makefile.${MACHINE_ARCH}"
7.endif
8
9
10.include <src.opts.mk>
11MK_PIE=	no
12
13.include "../Makefile.tests"
14.include <bsd.test.mk>
15