Added -I$S/arch, per amiga port. (Used by db_disasm.c.)

This commit is contained in:
lkestel 1994-03-13 22:27:06 +00:00
parent e17a876370
commit da9f3f0aeb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ LIBKERN=${KERNLIB}
LIBKERN=${KERNLIB_PROF}
.endif
INCLUDES= -I. -I$S -I$S/sys
INCLUDES= -I. -I$S/arch -I$S -I$S/sys
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -DREFBIT -Dmac68k
CFLAGS= -O ${COPTS}