freebsd-dev/sys/modules/streams/Makefile

17 lines
231 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
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 <bsd.kmod.mk>