mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
14 lines
150 B
Makefile
14 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= lib${LIB}
|
|
SHLIBDIR?= /lib
|
|
|
|
.include <src.opts.mk>
|
|
|
|
INCS= librss.h
|
|
LIB= rss
|
|
SHLIB_MAJOR= 1
|
|
|
|
SRCS=librss.c
|
|
|
|
.include <bsd.lib.mk>
|