<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git] / tests / rump / rumpkern / h_server / Makefile
blob7f15ecb517f5decd7bd5012518d2c26efb6b549c
1 # $NetBSD: Makefile,v 1.3 2011/01/14 13:23:15 pooka Exp $
4 .include <bsd.own.mk>
6 TESTSDIR= ${TESTSBASE}/rump/rumpkern/h_server
8 TESTS_C= h_simpleserver
10 ATFFILE= no
12 LDADD+= -lrump -lrumpuser -lpthread
14 WARNS= 4
15 NOMAN=
17 KERNSPACE != cd ${.CURDIR}/../../kernspace && ${PRINTOBJDIR}
18 LDADD+= -L${KERNSPACE} -lkernspace
20 .include <bsd.test.mk>