mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
13 lines
166 B
Makefile
13 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/streams
|
|
|
|
KMOD= streams
|
|
SRCS= streams.c
|
|
|
|
.if defined(DEBUG)
|
|
CFLAGS+= -DDEBUG_SVR4
|
|
.endif
|
|
CFLAGS+= -O
|
|
|
|
.include <bsd.kmod.mk>
|