summaryrefslogtreecommitdiffstats
path: root/sys/modules/streams/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc269c9fb36040d129558f61fa26bf3745100a4ff (patch)
tree363eeb0167be52153e02cd0c80ecf406e8f2d99c /sys/modules/streams/Makefile
parente68548a9cc79e93cd770bd33d505fa2347aa5bf4 (diff)
downloadFreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.zip
FreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.tar.gz
Use a consistent style and one much closer to the rest of /usr/src
Diffstat (limited to 'sys/modules/streams/Makefile')
-rw-r--r--sys/modules/streams/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/sys/modules/streams/Makefile b/sys/modules/streams/Makefile
index 04ed905..9b5cd7d 100644
--- a/sys/modules/streams/Makefile
+++ b/sys/modules/streams/Makefile
@@ -1,16 +1,15 @@
# $FreeBSD$
+MAINTAINER= newton@atdot.dotat.org
-MAINTAINER = newton@atdot.dotat.org
-.if defined(DEBUG)
-CFLAGS+= -DDEBUG_SVR4
-.endif
-
-.PATH: ${.CURDIR}/../../dev/streams
-KMOD= streams
-SRCS= streams.c opt_streams.h
+.PATH: ${.CURDIR}/../../dev/streams
+KMOD= streams
+SRCS= streams.c opt_streams.h
NOMAN=
-CFLAGS+= -O
+.if defined(DEBUG)
+CFLAGS+= -DDEBUG_SVR4
+.endif
+CFLAGS+= -O
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud