8 LUASRC?
= ${SRCTOP}/contrib
/lua
/src
13 MAN
= # No manpage; this is internal.
15 CWARNFLAGS.gcc
+= -Wno-format-nonliteral
23 .PATH
: ${.CURDIR
}/modules
25 SRCS
+= lfs.c lposix.c lfbsd.c
27 CFLAGS
+= -I
${SRCTOP}/lib
/liblua
-I
${.CURDIR
}/modules
-I
${LUASRC}
28 CFLAGS
+= -DLUA_PROGNAME
="\"${PROG}\""
30 # readline bits; these aren't needed if we're building a bootstrap flua, as we
31 # don't expect that one to see any REPL usage.
32 .if
!defined
(BOOTSTRAPPING
)
33 CFLAGS
+= -DLUA_USE_READLINE
34 CFLAGS
+= -I
${SRCTOP}/lib
/libedit
-I
${SRCTOP}/contrib
/libedit
39 .
include <bsd.prog.mk
>