diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2019-11-02 03:37:58 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2019-11-02 03:37:58 +0000 |
commit | ee74c236246cc2567b00578bbc760e38ee42fdfd (patch) | |
tree | 06746df0644db5a1f7c397652bb360dfbd5d5ec1 /stand/defs.mk | |
parent | abc4b11cea129f81d1cd5b48b0104dd2f5555f83 (diff) | |
download | src-test2-ee74c236246cc2567b00578bbc760e38ee42fdfd.tar.gz src-test2-ee74c236246cc2567b00578bbc760e38ee42fdfd.zip |
Notes
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} |