Deleted Added
full compact
Makefile (60966) Makefile (65374)
1# $FreeBSD: head/sys/modules/streams/Makefile 60966 2000-05-27 01:14:33Z peter $
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
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 opt_devfs.h
10SRCS= streams.c opt_streams.h
11
12NOMAN=
13
14CFLAGS+= -O
15
16.include <bsd.kmod.mk>
11
12NOMAN=
13
14CFLAGS+= -O
15
16.include <bsd.kmod.mk>