1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
2001-01-06 14:00:42 +00:00
|
|
|
MAINTAINER= newton@atdot.dotat.org
|
1999-02-22 14:02:42 +00:00
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/streams
|
1999-02-22 14:02:42 +00:00
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
KMOD= streams
|
|
|
|
SRCS= streams.c opt_streams.h
|
1999-02-22 14:02:42 +00:00
|
|
|
NOMAN=
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.if defined(DEBUG)
|
|
|
|
CFLAGS+= -DDEBUG_SVR4
|
|
|
|
.endif
|
|
|
|
CFLAGS+= -O
|
1999-02-22 14:02:42 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|