1999-08-27 21:08:13 -04:00
|
|
|
# $FreeBSD$
|
2001-01-06 09:00:42 -05:00
|
|
|
MAINTAINER= newton@atdot.dotat.org
|
1999-02-22 09:02:42 -05:00
|
|
|
|
2001-01-06 09:00:42 -05:00
|
|
|
.PATH: ${.CURDIR}/../../dev/streams
|
1999-02-22 09:02:42 -05:00
|
|
|
|
2001-01-06 09:00:42 -05:00
|
|
|
KMOD= streams
|
2003-11-19 00:08:27 -05:00
|
|
|
SRCS= streams.c
|
1999-02-22 09:02:42 -05:00
|
|
|
|
2002-01-10 20:16:00 -05:00
|
|
|
EXPORT_SYMS= svr4_str_initialized \
|
|
|
|
|
svr4_stream_get \
|
|
|
|
|
svr4_delete_socket
|
|
|
|
|
|
2001-01-06 09:00:42 -05:00
|
|
|
.if defined(DEBUG)
|
|
|
|
|
CFLAGS+= -DDEBUG_SVR4
|
|
|
|
|
.endif
|
|
|
|
|
CFLAGS+= -O
|
1999-02-22 09:02:42 -05:00
|
|
|
|
2000-05-26 21:14:33 -04:00
|
|
|
.include <bsd.kmod.mk>
|