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