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