Deleted Added
full compact
Makefile (65374) Makefile (70711)
1# $FreeBSD: head/sys/modules/streams/Makefile 65374 2000-09-02 19:17:34Z phk $
1# $FreeBSD: head/sys/modules/streams/Makefile 70711 2001-01-06 14:00:42Z obrien $
2MAINTAINER= newton@atdot.dotat.org
2
3
3MAINTAINER = newton@atdot.dotat.org
4.PATH: ${.CURDIR}/../../dev/streams
5
6KMOD= streams
7SRCS= streams.c opt_streams.h
8NOMAN=
9
4.if defined(DEBUG)
5CFLAGS+= -DDEBUG_SVR4
6.endif
10.if defined(DEBUG)
11CFLAGS+= -DDEBUG_SVR4
12.endif
13CFLAGS+= -O
7
14
8.PATH: ${.CURDIR}/../../dev/streams
9KMOD= streams
10SRCS= streams.c opt_streams.h
11
12NOMAN=
13
14CFLAGS+= -O
15
16.include <bsd.kmod.mk>
15.include <bsd.kmod.mk>