<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git] / tests / include / sys / Makefile
blob577501ef1e7549f9c88a1f7e641ccdadea9ea543
1 # $NetBSD: Makefile,v 1.7 2012/08/08 13:57:06 christos Exp $
3 NOMAN= # defined
5 .include <bsd.own.mk>
7 TESTSDIR= ${TESTSBASE}/include/sys
9 TESTS_C= t_bitops t_bootblock t_cdefs t_tree t_types
11 LDADD.t_bitops+= -lm
13 .if (${MKRUMP} != "no")
14 TESTS_C+= t_socket
15 LDADD.t_socket+= -lrumpnet_local -lrumpnet_net -lrumpnet
16 LDADD.t_socket+= -lrumpvfs -lrump -lrumpuser -lpthread
17 .endif
19 .include <bsd.test.mk>