xref: /dflybsd-src/lib/libsbuf/Makefile (revision 17f97226bbe6d116c13d6150bcec8bce4b9a9895)
1984263bcSMatthew Dillon# $FreeBSD: src/lib/libsbuf/Makefile,v 1.3.2.1 2002/10/10 19:24:35 kbyanc Exp $
2984263bcSMatthew Dillon
3984263bcSMatthew DillonLIB=	sbuf
4*17f97226SFrançois TigeotSHLIBDIR?= /lib
5984263bcSMatthew DillonSRCS=	subr_sbuf.c
6984263bcSMatthew Dillon
7984263bcSMatthew Dillon.PATH:	${.CURDIR}/../../sys/kern
8984263bcSMatthew Dillon
9984263bcSMatthew Dillon.include <bsd.lib.mk>
10