summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/Makefile.inc
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-30 22:41:57 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-30 22:41:57 +0000
commit072b56c97e17e8e69ddab5a735b5297387a88a70 (patch)
tree22eaee09956502609c240ddff8a108d8733521f9 /sys/arch/alpha/stand/Makefile.inc
parentb85b15782739220b5bf2563ccdc7ac9e256a31d2 (diff)
Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.
-Wall -Wstrict-prototypes -Wmissing-prototypes too.
Diffstat (limited to 'sys/arch/alpha/stand/Makefile.inc')
-rw-r--r--sys/arch/alpha/stand/Makefile.inc11
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/Makefile.inc b/sys/arch/alpha/stand/Makefile.inc
index ba63f5a62ea..351d0e2ef81 100644
--- a/sys/arch/alpha/stand/Makefile.inc
+++ b/sys/arch/alpha/stand/Makefile.inc
@@ -1,5 +1,7 @@
-# $OpenBSD: Makefile.inc,v 1.2 1996/07/29 23:01:14 niklas Exp $
-# $NetBSD: Makefile.inc,v 1.1 1995/11/23 02:38:48 cgd Exp $
+# $OpenBSD: Makefile.inc,v 1.3 1996/10/30 22:40:27 niklas Exp $
+# $NetBSD: Makefile.inc,v 1.3 1996/10/06 18:32:22 cgd Exp $
+
+.include <bsd.own.mk> # for ELF_TOOLCHAIN definition
BINDIR= /usr/mdec
@@ -8,3 +10,8 @@ SECONDARY_LOAD_ADDRESS= 20020000
CPPFLAGS+= -DPRIMARY_LOAD_ADDRESS="0x${PRIMARY_LOAD_ADDRESS}"
CPPFLAGS+= -DSECONDARY_LOAD_ADDRESS="0x${SECONDARY_LOAD_ADDRESS}"
+
+.if !defined(ELF_TOOLCHAIN)
+CPPFLAGS+= -DECOFF_COMPAT
+.endif
+