diff options
Diffstat (limited to 'stand/ficl/Makefile')
-rw-r--r-- | stand/ficl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/ficl/Makefile b/stand/ficl/Makefile index 35730851d884..0f70286ff7df 100644 --- a/stand/ficl/Makefile +++ b/stand/ficl/Makefile @@ -12,6 +12,8 @@ BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \ SRCS= ${BASE_SRCS} sysdep.c softcore.c CLEANFILES+= softcore.c testmain testmain.o +CFLAGS.loader.c += -I${SRCTOP}/sys/teken +CFLAGS.loader.c += -I${SRCTOP}/contrib/pnglite .ifmake testmain CFLAGS= -DTESTMAIN -D_TESTMAIN CFLAGS+= -I${FICLSRC} -I${FICLSRC}/${FICL_CPUARCH} -I${LDRSRC} |