summaryrefslogtreecommitdiff
path: root/sys/modules/streams/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc68159a6d8eede11766cf13896d0f7670dbd51aa (patch)
treeb5bd7b342364fa60517c01a5a2d13b795a00e693 /sys/modules/streams/Makefile
parente2a2e8c7e010a3606724014fc2ada010259b1cb2 (diff)
Notes
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 04ed90597d68..9b5cd7dc7efb 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>