opnsense-src/sys/modules/streams/Makefile
Franco Fichtner eb99233983 src: clean-cut move to release/11.0.0
Taken from: FreeBSD
Commit ref: d508cb8c8f
2016-10-03 12:28:21 +02:00

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>