Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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 # $DragonFly: src/sys/dev/misc/streams/Attic/Makefile,v 1.2 2003/06/17 04:28:47 dillon Exp $ 
3
4 MAINTAINER  =  newton@atdot.dotat.org
5 .if defined(DEBUG)
6 CFLAGS+= -DDEBUG_SVR4
7 .endif
8
9 .PATH:  ${.CURDIR}/../../dev/streams
10 KMOD=   streams
11 SRCS=   streams.c opt_streams.h
12
13 NOMAN=
14
15 CFLAGS+=        -O
16
17 .include <bsd.kmod.mk>