Remove unused define.
This commit is contained in:
parent
2fe4478f19
commit
78e81aa036
|
@ -1,11 +1,10 @@
|
|||
# $NetBSD: Makefile.inc,v 1.4 2000/07/19 00:58:23 matt Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.5 2000/11/02 14:48:51 ragge Exp $
|
||||
|
||||
XXRPB=0x1F4240
|
||||
RELOC=0x2f0000
|
||||
.PATH: ${.CURDIR}/../../vax ${.CURDIR}/../common
|
||||
|
||||
CPPFLAGS+=-I. -I${.CURDIR}/../../../../ -I${.CURDIR}/../../ -I${.CURDIR}/../common -I${.CURDIR}/../../include
|
||||
CPPFLAGS+=-DXXRPB=${XXRPB} -DRELOC=${RELOC}
|
||||
CPPFLAGS+=-DRELOC=${RELOC}
|
||||
|
||||
# Private handling of assembler files.
|
||||
.s.o:
|
||||
|
|
Loading…
Reference in New Issue