<sys/poll.h>
[minix3.git] / drivers / uds / Makefile
blob8f339297d6a48746c3e57bf2e8f46eddc35df356
1 # Makefile for the UNIX Domain Sockets driver (UDS)
2 PROG= uds
3 SRCS= uds.c ioc_uds.c
5 DPADD+= ${LIBCHARDRIVER} ${LIBSYS}
6 LDADD+= -lchardriver -lsys
8 MAN=
10 BINDIR?= /usr/sbin
12 .include <minix.service.mk>