freebsd-dev/lib/libbsdstat/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
128 B
Makefile
Raw Normal View History

2014-03-06 04:06:36 +00:00
# $FreeBSD$
PACKAGE= lib${LIB}
2014-03-06 04:06:36 +00:00
LIB= bsdstat
SHLIB_MAJOR= 1
PRIVATELIB=
SRCS= bsdstat.c
INCS= bsdstat.h
.include <bsd.lib.mk>