# $FreeBSD$ .PATH: ${.CURDIR}/../../dev/streams KMOD= streams SRCS= streams.c .if defined(DEBUG) CFLAGS+= -DDEBUG_SVR4 .endif CFLAGS+= -O .include