]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/streams/Makefile
MFC r298519:
[FreeBSD/stable/10.git] / sys / modules / streams / Makefile
1 # $FreeBSD$ 
2
3 .PATH: ${.CURDIR}/../../dev/streams
4
5 KMOD=   streams
6 SRCS=   streams.c
7
8 .if defined(DEBUG)
9 CFLAGS+= -DDEBUG_SVR4
10 .endif
11 CFLAGS+= -O
12
13 .include <bsd.kmod.mk>