1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/lib/libsbuf/Makefile
2002-01-06 08:47:19 +00:00

10 lines
109 B
Makefile

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