opnsense-src/sys/modules/streams/Makefile
2000-05-27 01:14:33 +00:00

16 lines
243 B
Makefile

# $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 opt_devfs.h
NOMAN=
CFLAGS+= -O
.include <bsd.kmod.mk>