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