mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
64db83a8ab
encoding the relative path.
17 lines
243 B
Makefile
17 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>
|