summaryrefslogtreecommitdiff
path: root/lib/libsljit/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
commit478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (patch)
treeb31430c773d683d336caf956649e9ed3f459369c /lib/libsljit/Makefile
downloadsrc-test2-478290db20b28ab28ce7e08cf33f1b44d82e4cb3.tar.gz
src-test2-478290db20b28ab28ce7e08cf33f1b44d82e4cb3.zip
Check in first src/tests snapshot from NetBSD anoncvsvendor/NetBSD/tests/09.30.2014_20.45
Sources were obtained like so: % export CVSROOT="anoncvs@anoncvs.NetBSD.org:/cvsroot" % cvs -z9 co -D "09/30/2014 20:45" -P src/tests % mv src/tests/* tests/dist/. '*CVS*' has been added to svn:ignore to ease updating periodically from upstream Some line ending issues had to be resolved with test outputs and scripts via dos2unix and by deleting the eol-style property set in usr.bin/sort Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/vendor/NetBSD/tests/dist/; revision=272343 svn path=/vendor/NetBSD/tests/09.30.2014_20.45/; revision=272345; tag=vendor/NetBSD/tests/09.30.2014_20.45
Diffstat (limited to 'lib/libsljit/Makefile')
-rw-r--r--lib/libsljit/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/libsljit/Makefile b/lib/libsljit/Makefile
new file mode 100644
index 000000000000..a56f459fa1e0
--- /dev/null
+++ b/lib/libsljit/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.3 2014/06/17 19:26:18 alnsn Exp $
+
+TESTSDIR= ${TESTSBASE}/lib/libsljit
+
+TESTS_SH= t_sljit
+
+.include <bsd.own.mk>
+.include <../../../external/bsd/sljit/Makefile.inc>
+
+.PATH: ${SLJITDIST}/test_src
+
+BINDIR= ${TESTSDIR}
+
+PROG= h_sljit
+MAN= # defined
+SRCS= sljitMain.c sljitTest.c
+
+WARNS= 3
+
+LDADD+= -L${LIBSLJITDIR} -lsljit
+DPADD+= ${LIBSLJITDIR}/libsljit.a
+
+.include <bsd.test.mk>