mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
15 lines
222 B
Makefile
15 lines
222 B
Makefile
# $FreeBSD$
|
|
MAINTAINER= newton@atdot.dotat.org
|
|
|
|
.PATH: ${.CURDIR}/../../dev/streams
|
|
|
|
KMOD= streams
|
|
SRCS= streams.c opt_streams.h
|
|
NOMAN=
|
|
|
|
.if defined(DEBUG)
|
|
CFLAGS+= -DDEBUG_SVR4
|
|
.endif
|
|
CFLAGS+= -O
|
|
|
|
.include <bsd.kmod.mk>
|