summaryrefslogtreecommitdiffstats
path: root/sys/modules/streams
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
committerbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
commitd7156780d39bcfe9261d9a092c4b4fcbf122a73e (patch)
tree18228d1b21d9e19229ad8461e2b326297d531fef /sys/modules/streams
parent927cbd2a6cdb5a394f334292d5ba382cf783967f (diff)
downloadFreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.zip
FreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.tar.gz
Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
Diffstat (limited to 'sys/modules/streams')
-rw-r--r--sys/modules/streams/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/modules/streams/Makefile b/sys/modules/streams/Makefile
index 6248101..beda735 100644
--- a/sys/modules/streams/Makefile
+++ b/sys/modules/streams/Makefile
@@ -1,12 +1,11 @@
# $FreeBSD$
MAINTAINER = newton@atdot.dotat.org
-SOURCE= ${.CURDIR}/../../dev/streams
.if defined(DEBUG)
CFLAGS+= -DDEBUG_SVR4
.endif
-.PATH: ${SOURCE}
+.PATH: ${.CURDIR}/../../dev/streams
KMOD= streams
SRCS= streams.c opt_streams.h opt_devfs.h
@@ -14,12 +13,4 @@ NOMAN=
CFLAGS+= -O
-CLEANFILES+= vnode_if.h vnode_if.c opt_streams.h opt_devfs.h
-
-opt_streams.h:
- @touch opt_streams.h
-
-opt_devfs.h:
- @touch opt_devfs.h
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud