]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libsbuf/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libsbuf / Makefile
1 # $FreeBSD$
2
3 LIB=            sbuf
4 SHLIBDIR?=      /lib
5 SRCS=           subr_sbuf.c 
6
7 SHLIB_MAJOR     = 6
8
9 SYMBOL_MAPS=    ${.CURDIR}/Symbol.map
10 VERSION_DEF=    ${.CURDIR}/Version.def
11
12 .PATH:  ${.CURDIR}/../../sys/kern
13
14 .include <bsd.lib.mk>