diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-09-27 01:04:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-09-27 01:04:44 +0000 |
| commit | f274c85d8b39375bbe45c9467cf2263b1a3ef850 (patch) | |
| tree | 6ac6f045cfea0d7a06749885dda9c3b812929692 /sys/modules/streams | |
| parent | 972c1f69453580191a0e07333f7fb2fc0278ae37 (diff) | |
Notes
Diffstat (limited to 'sys/modules/streams')
| -rw-r--r-- | sys/modules/streams/Makefile | 9 |
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 |
