<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git] / tests / Makefile.inc
blobc539c7adfe8415b3f7366a512adcbed850ecdc38
1 # $NetBSD: Makefile.inc,v 1.2 2011/09/16 16:30:18 joerg Exp $
2 WARNS ?= 4
3 CWARNFLAGS+= -Wno-missing-noreturn
5 .if defined(__MINIX)
6 LDSTATIC= -dynamic
7 NOGCCERROR=yes
8 NOCLANGERROR=yes
9 .endif # defined(__MINIX)