summaryrefslogtreecommitdiffstats
path: root/sys/modules/streams/Makefile
blob: 9b5cd7dc7efb0f40767a6a73e32dd600713eba2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$ 
MAINTAINER=	newton@atdot.dotat.org

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

KMOD=	streams
SRCS=	streams.c opt_streams.h
NOMAN=

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

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud