# $FreeBSD: stable/9/sys/modules/streams/Makefile 299214 2016-05-07 08:26:05Z dchagin $ 

.PATH: ${.CURDIR}/../../dev/streams

KMOD=	streams
SRCS=	streams.c

.if defined(DEBUG)
CFLAGS+= -DDEBUG_SVR4
.endif
CFLAGS+= -O

.include <bsd.kmod.mk>
