xref: /freebsd/stand/lua.mk (revision 834063202a16592e1ef5c3a9fbd04ca5f1df3ed0)
1# $FreeBSD$
2
3# Common flags to build lua related files
4
5.include "defs.mk"
6
7.if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
8CFLAGS+=	-fPIC
9.endif
10
11CFLAGS+=	-I${LUASRC} -I${LDRSRC} -I${LIBLUASRC}
12CFLAGS+=	-DBOOT_LUA
13