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

12 lines
388 B
PHP
Raw Normal View History

2000-11-02 17:48:51 +03:00
# $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
2000-11-02 17:48:51 +03:00
CPPFLAGS+=-DRELOC=${RELOC}
# Private handling of assembler files.
.s.o:
2000-07-03 08:24:12 +04:00
${CC} -x assembler-with-cpp ${CPPFLAGS} -E ${.IMPSRC} | ${AS} -o ${.TARGET}