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