]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libsbuf/Makefile
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / lib / libsbuf / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        runtime
4
5 LIB=            sbuf
6 SHLIBDIR?=      /lib
7 SRCS=           subr_prf.c subr_sbuf.c
8
9 SHLIB_MAJOR     = 6
10
11 SYMBOL_MAPS=    ${.CURDIR}/Symbol.map
12 VERSION_DEF=    ${.CURDIR}/Version.def
13
14 .include <src.opts.mk>
15
16 .PATH:  ${SRCTOP}/sys/kern
17
18 HAS_TESTS=
19 SUBDIR.${MK_TESTS}+=    tests
20
21 .include <bsd.lib.mk>