14 lines
135 B
Makefile
14 lines
135 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PACKAGE= lib${LIB}
|
||
|
SHLIBDIR?= /lib
|
||
|
|
||
|
.include <src.opts.mk>
|
||
|
|
||
|
LIB= rss
|
||
|
SHLIB_MAJOR= 1
|
||
|
|
||
|
SRCS=librss.c
|
||
|
|
||
|
.include <bsd.lib.mk>
|