Makefile revision 70711
1# $FreeBSD: head/sys/modules/streams/Makefile 70711 2001-01-06 14:00:42Z obrien $ 
2MAINTAINER=	newton@atdot.dotat.org
3
4.PATH: ${.CURDIR}/../../dev/streams
5
6KMOD=	streams
7SRCS=	streams.c opt_streams.h
8NOMAN=
9
10.if defined(DEBUG)
11CFLAGS+= -DDEBUG_SVR4
12.endif
13CFLAGS+= -O
14
15.include <bsd.kmod.mk>
16