1# $FreeBSD$ 
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