NetBSD/sys/arch/vax/boot/Makefile.inc

12 lines
388 B
Makefile

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