diff options
Diffstat (limited to 'stand/Makefile')
-rw-r--r-- | stand/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/Makefile b/stand/Makefile index 46e0856e45fd..7b871d9164db 100644 --- a/stand/Makefile +++ b/stand/Makefile @@ -25,6 +25,8 @@ S.${MK_FORTH}+= forth S.${MK_LOADER_LUA}+= liblua S.${MK_LOADER_LUA}+= lua S.yes+= defaults +S.yes+= fonts +S.yes+= images S.yes+= man .if ${MK_FORTH} != "no" |