xref: /minix3/tests/lib/libposix/bsd/Makefile (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1*11be35a1SLionel Sambuc# $NetBSD: Makefile,v 1.1 2010/07/16 13:56:31 jmmv Exp $
2*11be35a1SLionel Sambuc
3*11be35a1SLionel SambucNOMAN=		# defined
4*11be35a1SLionel Sambuc
5*11be35a1SLionel Sambuc.include <bsd.own.mk>
6*11be35a1SLionel Sambuc
7*11be35a1SLionel Sambuc.PATH: ${.CURDIR}/..
8*11be35a1SLionel SambucTESTSDIR=	${TESTSBASE}/lib/libposix/bsd
9*11be35a1SLionel Sambuc
10*11be35a1SLionel SambucCFLAGS+=	-DBSD_RENAME
11*11be35a1SLionel Sambuc
12*11be35a1SLionel SambucTESTS_C=	t_rename
13*11be35a1SLionel Sambuc
14*11be35a1SLionel Sambuc.include <bsd.test.mk>
15