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