xref: /minix3/tests/lib/libc/arch/Makefile.exec_prot (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1*11be35a1SLionel Sambuc# $NetBSD: Makefile.exec_prot,v 1.1 2011/07/18 23:16:08 jym Exp $
2*11be35a1SLionel Sambuc
3*11be35a1SLionel Sambuc.include <bsd.own.mk>
4*11be35a1SLionel Sambuc
5*11be35a1SLionel SambucEXEC_PROT_ARCHDIR=	${.PARSEDIR}/${MACHINE_CPU}
6*11be35a1SLionel Sambuc.PATH: ${EXEC_PROT_ARCHDIR}
7*11be35a1SLionel Sambuc
8*11be35a1SLionel SambucSRCS_EXEC_PROT=		exec_prot_support.c return_one.S
9