xref: /freebsd/lib/csu/tests/dynamic/Makefile (revision a0b956f5ac5e0941f9e74e24c1c53e05ad061a38)
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