aboutsummaryrefslogtreecommitdiff
path: root/stand/liblua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/liblua/Makefile')
-rw-r--r--stand/liblua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/liblua/Makefile b/stand/liblua/Makefile
index ce7eb89fe494..b1c34ec0a466 100644
--- a/stand/liblua/Makefile
+++ b/stand/liblua/Makefile
@@ -24,7 +24,7 @@ SRCS+= lauxlib.c lbaselib.c lstrlib.c loadlib.c
SRCS+= lerrno.c lpager.c lstd.c lutils.c
SRCS+= gfx_utils.c
-.PATH: ${FLUASRC}/modules
+.PATH: ${FLUASRC}/lfs
SRCS+= lfs.c
.PATH: ${FLUALIB}/libhash
SRCS+= lhash.c