]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/sys/mqueue/Makefile
MFC r281593,r282071,r282074,r282133,r282134,r282135,r282136,r282137,r282138:
[FreeBSD/stable/10.git] / tests / sys / mqueue / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/sys/mqueue
4
5 ATF_TESTS_SH=   mqueue_test
6
7 BINDIR=         ${TESTSDIR}
8
9 CFLAGS+=        -I${.CURDIR:H:H}
10
11 PROGS+=         mqtest1
12 PROGS+=         mqtest2
13 PROGS+=         mqtest3
14 PROGS+=         mqtest4
15 PROGS+=         mqtest5
16
17 LDADD+=         -lrt
18 DPADD+=         ${LIBRT}
19
20 WARNS?=         6
21
22 .include <bsd.test.mk>