mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
10 lines
125 B
Makefile
10 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= sbuf
|
|
SHLIBDIR?= /lib
|
|
SRCS= subr_sbuf.c
|
|
WARNS?= 2
|
|
|
|
.PATH: ${.CURDIR}/../../sys/kern
|
|
|
|
.include <bsd.lib.mk>
|