summaryrefslogtreecommitdiffstats
path: root/lib/libsbuf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsbuf/Makefile')
-rw-r--r--lib/libsbuf/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile
new file mode 100644
index 0000000..79d3fe9
--- /dev/null
+++ b/lib/libsbuf/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+LIB= sbuf
+SHLIBDIR?= /lib
+SRCS= subr_sbuf.c
+
+SHLIB_MAJOR = 6
+
+SYMBOL_MAPS= ${.CURDIR}/Symbol.map
+VERSION_DEF= ${.CURDIR}/Version.def
+
+.PATH: ${.CURDIR}/../../sys/kern
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud