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