Makefile revision 299215
1# $FreeBSD: stable/10/sys/modules/streams/Makefile 299215 2016-05-07 08:30:21Z dchagin $ 
2
3.PATH: ${.CURDIR}/../../dev/streams
4
5KMOD=	streams
6SRCS=	streams.c
7
8.if defined(DEBUG)
9CFLAGS+= -DDEBUG_SVR4
10.endif
11CFLAGS+= -O
12
13.include <bsd.kmod.mk>
14