3193579b66
regocnized as such at the time. Now that the other bogons in the tree have been fixed, we can remove this ugly kludge. o Remove stale/bogus opt_foo.h files. These are left over from by-gone resources. And they point to the need, yet again, to improve the build system so meta information is only in one place. Submitted by: ru Reviewed by: bde Approved by: re@ (jhb)
19 lines
280 B
Makefile
19 lines
280 B
Makefile
# $FreeBSD$
|
|
MAINTAINER= newton@atdot.dotat.org
|
|
|
|
.PATH: ${.CURDIR}/../../dev/streams
|
|
|
|
KMOD= streams
|
|
SRCS= streams.c
|
|
|
|
EXPORT_SYMS= svr4_str_initialized \
|
|
svr4_stream_get \
|
|
svr4_delete_socket
|
|
|
|
.if defined(DEBUG)
|
|
CFLAGS+= -DDEBUG_SVR4
|
|
.endif
|
|
CFLAGS+= -O
|
|
|
|
.include <bsd.kmod.mk>
|