1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/lib/libsbuf/Makefile
2003-08-18 15:25:39 +00:00

11 lines
125 B
Makefile

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