diff options
Diffstat (limited to 'lib/libsbuf/Makefile')
-rw-r--r-- | lib/libsbuf/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile new file mode 100644 index 0000000..b166bef --- /dev/null +++ b/lib/libsbuf/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +LIB= sbuf +SHLIBDIR?= /lib +SRCS= subr_sbuf.c +WARNS?= 2 + +.PATH: ${.CURDIR}/../../sys/kern + +.include <bsd.lib.mk> |