summaryrefslogtreecommitdiff
path: root/lib/libsbuf
diff options
context:
space:
mode:
authorKenneth D. Merry <ken@FreeBSD.org>2001-03-27 05:45:52 +0000
committerKenneth D. Merry <ken@FreeBSD.org>2001-03-27 05:45:52 +0000
commit3393f8daa3b4b18786cd585c1a37aa16dd03d410 (patch)
tree27779a91fcb1ae1ec6575f47b3f6d89c118cc5f2 /lib/libsbuf
parent110a013333aa74d6a402b03d3ff6cec4baf4a49b (diff)
downloadsrc-test2-3393f8daa3b4b18786cd585c1a37aa16dd03d410.tar.gz
src-test2-3393f8daa3b4b18786cd585c1a37aa16dd03d410.zip
Notes
Diffstat (limited to 'lib/libsbuf')
-rw-r--r--lib/libsbuf/Makefile11
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>