summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/stand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pmax/stand/Makefile')
-rw-r--r--sys/arch/pmax/stand/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/pmax/stand/Makefile b/sys/arch/pmax/stand/Makefile
index 8870fa3f7e1..19e6b1e8709 100644
--- a/sys/arch/pmax/stand/Makefile
+++ b/sys/arch/pmax/stand/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1996/01/15 01:44:52 thorpej Exp $
+# $NetBSD: Makefile,v 1.7 1996/02/01 22:32:19 mycroft Exp $
# @(#)Makefile 8.3 (Berkeley) 2/16/94
DESTDIR=
@@ -12,7 +12,7 @@ S= ${.CURDIR}/../../..
DEFS= -DSTANDALONE -DSMALL
CFLAGS= -O2 ${INCPATH} ${DEFS}
-AFLAGS= -O2 ${INCPATH} ${DEFS} -DLOCORE
+AFLAGS= -O2 ${INCPATH} ${DEFS} -D_LOCORE
.PATH: ${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
.PATH: ${S}/stand ${S}/lib/libsa
@@ -72,7 +72,7 @@ boot: start.o boot.o bootconf.o filesystem.o ${LIBS}
start.o: ${.CURDIR}/start.S
-# ${CPP} -E ${CFLAGS:M-[ID]*} -DLOCORE ${AINC} ${.IMPSRC} | \
+# ${CPP} -E ${CFLAGS:M-[ID]*} -D_LOCORE ${AINC} ${.IMPSRC} | \
# ${AS} -o ${.TARGET}
mkboot: ${.CURDIR}/mkboot.c