summaryrefslogtreecommitdiffstats
path: root/sys/modules/streams/Makefile
blob: 8c83443d32b0c6cb129d5d98a55666fd66074703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#       $Id: Makefile,v 1.11 1999/02/01 00:52:21 grog Exp $ 

MAINTAINER  =  newton@atdot.dotat.org
SOURCE=	${.CURDIR}/../../dev/streams
.if defined(DEBUG)
CFLAGS+= -DDEBUG_SVR4
.endif

.PATH:  ${SOURCE}
KMOD=   streams
SRCS=   streams.c streams.h opt_streams.h opt_devfs.h

NOMAN=

CFLAGS+=	-O

CLEANFILES+=    vnode_if.h vnode_if.c streams.h opt_streams.h opt_devfs.h

all:

streams.h:
	@echo "#define NSTREAMS 1" > streams.h

opt_streams.h:
	@touch opt_streams.h

opt_devfs.h:
	@touch opt_devfs.h

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