a7b5a3d486
All of them are needed to be able to boot to single user and be able to repair a existing FreeBSD installation so put them directly into FreeBSD-runtime. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21503
22 lines
294 B
Makefile
22 lines
294 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= runtime
|
|
|
|
LIB= sbuf
|
|
SHLIBDIR?= /lib
|
|
SRCS= subr_prf.c subr_sbuf.c
|
|
|
|
SHLIB_MAJOR = 6
|
|
|
|
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
|
|
VERSION_DEF= ${.CURDIR}/Version.def
|
|
|
|
.include <src.opts.mk>
|
|
|
|
.PATH: ${SRCTOP}/sys/kern
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.lib.mk>
|