aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/streams
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-09-27 01:04:44 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-09-27 01:04:44 +0000
commitf274c85d8b39375bbe45c9467cf2263b1a3ef850 (patch)
tree6ac6f045cfea0d7a06749885dda9c3b812929692 /sys/modules/streams
parent972c1f69453580191a0e07333f7fb2fc0278ae37 (diff)
Notes
Diffstat (limited to 'sys/modules/streams')
-rw-r--r--sys/modules/streams/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/modules/streams/Makefile b/sys/modules/streams/Makefile
index 029846003497..6248101335e0 100644
--- a/sys/modules/streams/Makefile
+++ b/sys/modules/streams/Makefile
@@ -8,18 +8,13 @@ CFLAGS+= -DDEBUG_SVR4
.PATH: ${SOURCE}
KMOD= streams
-SRCS= streams.c streams.h opt_streams.h opt_devfs.h
+SRCS= streams.c 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
+CLEANFILES+= vnode_if.h vnode_if.c opt_streams.h opt_devfs.h
opt_streams.h:
@touch opt_streams.h