Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sys / dev / misc / streams / Makefile
1 # $FreeBSD: src/sys/modules/streams/Makefile,v 1.4.2.1 2001/07/24 09:49:43 dd Exp $ 
2
3 MAINTAINER  =  newton@atdot.dotat.org
4 .if defined(DEBUG)
5 CFLAGS+= -DDEBUG_SVR4
6 .endif
7
8 .PATH:  ${.CURDIR}/../../dev/streams
9 KMOD=   streams
10 SRCS=   streams.c opt_streams.h
11
12 NOMAN=
13
14 CFLAGS+=        -O
15
16 .include <bsd.kmod.mk>