mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
13 lines
220 B
Makefile
13 lines
220 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
# Common flags to build lua related files
|
||
|
|
||
|
.include "defs.mk"
|
||
|
|
||
|
.if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
|
||
|
CFLAGS+= -fPIC
|
||
|
.endif
|
||
|
|
||
|
CFLAGS+= -I${LUASRC} -I${LDRSRC} -I${LIBLUASRC}
|
||
|
CFLAGS+= -DBOOT_LUA
|