# $FreeBSD: head/sys/modules/streams/Makefile 65374 2000-09-02 19:17:34Z phk $ MAINTAINER = newton@atdot.dotat.org .if defined(DEBUG) CFLAGS+= -DDEBUG_SVR4 .endif .PATH: ${.CURDIR}/../../dev/streams KMOD= streams SRCS= streams.c opt_streams.h NOMAN= CFLAGS+= -O .include