20 lines
429 B
Makefile
20 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/11/05 00:23:18 alnsn Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# XXX documentation (BTW, agc@ started writing a manual page)
|
|
NOMAN= # defined
|
|
|
|
LIB= sljit
|
|
|
|
# Keep sljit private for the time being because it's
|
|
# still under active development and API can change.
|
|
LIBISPRIVATE= yes
|
|
|
|
SLJITDIST= ${NETBSDSRCDIR}/sys/external/bsd/sljit/dist
|
|
.PATH: ${SLJITDIST}/sljit_src
|
|
|
|
SRCS= sljitLir.c
|
|
|
|
.include <bsd.lib.mk>
|