]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/streams/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / streams / Makefile
1 # $FreeBSD$ 
2
3 .PATH: ${.CURDIR}/../../dev/streams
4
5 KMOD=   streams
6 SRCS=   streams.c
7
8 EXPORT_SYMS=    svr4_str_initialized    \
9                 svr4_stream_get         \
10                 svr4_delete_socket
11
12 .if defined(DEBUG)
13 CFLAGS+= -DDEBUG_SVR4
14 .endif
15 CFLAGS+= -O
16
17 .include <bsd.kmod.mk>