<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git] / test / ds / Makefile
blob2ecd7e3c0777da9c8290f312dc31d3e024cd0773
1 # Makefile for DS tests
2 PROG= dstest subs
3 SRCS.dstest= dstest.c
4 SRCS.subs= subs.c
6 DPADD+= ${LIBSYS}
7 LDADD+= -lsys
9 MAN=
11 BINDIR?= /usr/sbin
13 .include "Makefile.inc"
14 .include <minix.service.mk>