# $FreeBSD: head/sys/modules/streams/Makefile 53846 1999-11-28 18:53:47Z bde $ MAINTAINER = newton@atdot.dotat.org .if defined(DEBUG) CFLAGS+= -DDEBUG_SVR4 .endif .PATH: ${.CURDIR}/../../dev/streams KMOD= streams SRCS= streams.c opt_streams.h opt_devfs.h NOMAN= CFLAGS+= -O .include