mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
19 lines
281 B
Makefile
19 lines
281 B
Makefile
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>
|