xref: /freebsd/stand/lua.mk (revision eb69d1f144a6fcc765d1b9d44a5ae8082353e70b)
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