Remove so_gencnt and so_gen_t. The generation counter is not used any more.
[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.4 2004/01/31 06:56:42 dillon Exp $ 
3
4 .if defined(DEBUG)
5 CFLAGS+= -DDEBUG_SVR4
6 .endif
7 CFLAGS+= -I${.CURDIR}/../../../emulation/svr4 -I${.OBJDIR}/../../../emulation/svr4
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>