6f940b3847
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
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>
|