freebsd_amp_hwpstate/lib/libsbuf/Makefile

11 lines
125 B
Makefile

# $FreeBSD$
LIB= sbuf
SHLIBDIR?= /lib
SRCS= subr_sbuf.c
WARNS?= 2
.PATH: ${.CURDIR}/../../sys/kern
.include <bsd.lib.mk>