Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/tls-maxphys]: src/lib/libbpfjit Add libbpfjit library.



details:   https://anonhg.NetBSD.org/src/rev/0af237918706
branches:  tls-maxphys
changeset: 852952:0af237918706
user:      alnsn <alnsn%NetBSD.org@localhost>
date:      Sun Nov 11 17:34:07 2012 +0000

description:
Add libbpfjit library.

diffstat:

 lib/libbpfjit/Makefile |  21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diffs (25 lines):

diff -r 0b14f545fca3 -r 0af237918706 lib/libbpfjit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libbpfjit/Makefile    Sun Nov 11 17:34:07 2012 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.2.2 2012/11/11 17:34:07 alnsn Exp $
+
+.include <bsd.own.mk>
+
+NOMAN=         # defined
+
+LIB=           bpfjit
+
+# Private because it depends on the private sljit library.
+LIBISPRIVATE=  yes
+
+.PATH: ${NETBSDSRCDIR}/sys/net
+
+SRCS=          bpfjit.c
+
+SLJITDIST=     ${NETBSDSRCDIR}/sys/external/bsd/sljit/dist
+CPPFLAGS+=     -I${SLJITDIST}/sljit_src
+
+WARNS= 4
+
+.include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index