Deleted Added
sdiff udiff text old ( 119017 ) new ( 119071 )
full compact
1# $FreeBSD: head/lib/libsbuf/Makefile 119071 2003-08-18 15:25:39Z obrien $
2
3LIB= sbuf
4SHLIBDIR?= /lib
5SRCS= subr_sbuf.c
6WARNS?= 2
7
8.PATH: ${.CURDIR}/../../sys/kern
9
10.include <bsd.lib.mk>