diff options
Diffstat (limited to 'stand/defs.mk')
-rw-r--r-- | stand/defs.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stand/defs.mk b/stand/defs.mk index ac8ee7f526ba..2318961ddc41 100644 --- a/stand/defs.mk +++ b/stand/defs.mk @@ -40,6 +40,9 @@ BOOTOBJ= ${OBJTOP}/stand # BINDIR is where we install BINDIR?= /boot +# LUAPATH is where we search for and install lua scripts. +LUAPATH?= /boot/lua + LIBSA= ${BOOTOBJ}/libsa/libsa.a .if ${MACHINE} == "i386" LIBSA32= ${LIBSA} |