xref: /freebsd/stand/lua.mk (revision 103d7cdfb7435591049413e1bc39482cb316efb7)
1# $FreeBSD$
2
3# Common flags to build lua related files
4
5CFLAGS+=	-I${LUASRC} -I${LDRSRC} -I${LIBLUASRC}
6