1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1999-02-22 14:02:42 +00:00
|
|
|
|
|
|
|
MAINTAINER = newton@atdot.dotat.org
|
|
|
|
.if defined(DEBUG)
|
|
|
|
CFLAGS+= -DDEBUG_SVR4
|
|
|
|
.endif
|
|
|
|
|
1999-11-28 18:53:47 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/streams
|
1999-02-22 14:02:42 +00:00
|
|
|
KMOD= streams
|
1999-09-27 01:04:44 +00:00
|
|
|
SRCS= streams.c opt_streams.h opt_devfs.h
|
1999-02-22 14:02:42 +00:00
|
|
|
|
|
|
|
NOMAN=
|
|
|
|
|
|
|
|
CFLAGS+= -O
|
|
|
|
|
2000-05-04 12:08:52 +00:00
|
|
|
.include "${.CURDIR}/../../conf/kmod.mk"
|