Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.12 retrieving revision 1.12.2.2 diff -u -p -r1.12 -r1.12.2.2 --- src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile 2009/12/29 20:21:46 1.12 +++ src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile 2010/08/17 06:43:58 1.12.2.2 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/12/29 20:21:46 elad Exp $ +# $NetBSD: Makefile,v 1.12.2.2 2010/08/17 06:43:58 uebayasi Exp $ ### what we need: @@ -18,7 +18,7 @@ DIR_LIBC= ${DIR_TOP}/../common/lib/libc # prefer our assembler versions over assembler, and assembler over C: .SUFFIXES: -.SUFFIXES: .out .o .po .so .s .S .c .cc .C .f .y .l .ln .m4 .sh +.SUFFIXES: .out .o .po .pico .so .s .S .c .cc .C .f .y .l .ln .m4 .sh FILES= bootxx_ffs bootxx_fd BINDIR=/usr/mdec @@ -49,7 +49,7 @@ CLEANFILES += bootxx_ffs bootxx_fd x.out INCPATH = -nostdinc -I${DIR_TOP} -I${DIR_TOP}/lib/libsa -I${.CURDIR} INCPATH += -I${.CURDIR}/../boot -I${.CURDIR}/../../.. -INCPATH += -I${.CURDIR}/../aout2bb -I${.OBJDIR} +INCPATH += -I${.CURDIR}/../elf2bb -I${.OBJDIR} AFLAGS += -m68030 -l CAFLAGS += -Wa,-l -Wa,-m68030 ${INCPATH} -D_PRIMARY_BOOT