summaryrefslogtreecommitdiffstats
path: root/sys/modules/streams
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/streams')
-rw-r--r--sys/modules/streams/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/modules/streams/Makefile b/sys/modules/streams/Makefile
new file mode 100644
index 0000000..beda735
--- /dev/null
+++ b/sys/modules/streams/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+MAINTAINER = newton@atdot.dotat.org
+.if defined(DEBUG)
+CFLAGS+= -DDEBUG_SVR4
+.endif
+
+.PATH: ${.CURDIR}/../../dev/streams
+KMOD= streams
+SRCS= streams.c opt_streams.h opt_devfs.h
+
+NOMAN=
+
+CFLAGS+= -O
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud