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