Deleted Added
full compact
Makefile (88952) Makefile (119017)
1# $FreeBSD: head/lib/libsbuf/Makefile 88952 2002-01-06 08:47:19Z kbyanc $
1# $FreeBSD: head/lib/libsbuf/Makefile 119017 2003-08-17 08:28:46Z gordon $
2
3LIB= sbuf
2
3LIB= sbuf
4SHLIBDIR?= /lib
4SRCS= subr_sbuf.c
5WARNS?= 2
6
7.PATH: ${.CURDIR}/../../sys/kern
8
9.include <bsd.lib.mk>
5SRCS= subr_sbuf.c
6WARNS?= 2
7
8.PATH: ${.CURDIR}/../../sys/kern
9
10.include <bsd.lib.mk>