Makefile.inc revision 1.5
11.5Sragge#	$NetBSD: Makefile.inc,v 1.5 2000/11/02 14:48:51 ragge Exp $
21.1Sragge
31.1SraggeRELOC=0x2f0000
41.2Sabs.PATH:	${.CURDIR}/../../vax ${.CURDIR}/../common
51.1Sragge
61.4SmattCPPFLAGS+=-I. -I${.CURDIR}/../../../../ -I${.CURDIR}/../../ -I${.CURDIR}/../common -I${.CURDIR}/../../include
71.5SraggeCPPFLAGS+=-DRELOC=${RELOC}
81.1Sragge
91.1Sragge# Private handling of assembler files.
101.1Sragge.s.o:
111.3Smatt	${CC} -x assembler-with-cpp ${CPPFLAGS} -E ${.IMPSRC} | ${AS} -o ${.TARGET}
12