Makefile.inc revision 1.5
1# $NetBSD: Makefile.inc,v 1.5 2000/11/02 14:48:51 ragge Exp $ 2 3RELOC=0x2f0000 4.PATH: ${.CURDIR}/../../vax ${.CURDIR}/../common 5 6CPPFLAGS+=-I. -I${.CURDIR}/../../../../ -I${.CURDIR}/../../ -I${.CURDIR}/../common -I${.CURDIR}/../../include 7CPPFLAGS+=-DRELOC=${RELOC} 8 9# Private handling of assembler files. 10.s.o: 11 ${CC} -x assembler-with-cpp ${CPPFLAGS} -E ${.IMPSRC} | ${AS} -o ${.TARGET} 12