Make modules work again part 1: hook up 'dev'. Note that not all devices
[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.3 2003/08/15 08:32:29 dillon Exp $ 
3
4 MAINTAINER  =  newton@atdot.dotat.org
5 .if defined(DEBUG)
6 CFLAGS+= -DDEBUG_SVR4
7 .endif
8 CFLAGS+= -I${.CURDIR}/../../../emulation/svr4 -I${.OBJDIR}/../../../emulation/svr4
9
10 .PATH:  ${.CURDIR}/../../dev/streams
11 KMOD=   streams
12 SRCS=   streams.c opt_streams.h
13
14 NOMAN=
15
16 CFLAGS+=        -O
17
18 .include <bsd.kmod.mk>