summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/060sp
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-18 18:08:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-18 18:08:03 +0000
commitd759993d3032b53746fd5ed722e559b38ad3b92e (patch)
tree8bd766db90321c7c8d8b035de0769de21fe360c5 /sys/arch/m68k/060sp
parente7af0cc059f5414350319c7ece8752dec8a2fdb3 (diff)
enter for obj@ building, otherwise dribbles happen
Diffstat (limited to 'sys/arch/m68k/060sp')
-rw-r--r--sys/arch/m68k/060sp/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/m68k/060sp/Makefile b/sys/arch/m68k/060sp/Makefile
index be896aeecbb..1d650401c5f 100644
--- a/sys/arch/m68k/060sp/Makefile
+++ b/sys/arch/m68k/060sp/Makefile
@@ -1,6 +1,8 @@
-# $OpenBSD: Makefile,v 1.5 2001/11/25 21:15:15 miod Exp $
+# $OpenBSD: Makefile,v 1.6 2007/10/18 18:08:02 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1996/12/31 22:44:13 veego Exp $
#
+.if ${MACHINE_ARCH} == "m68k"
+
AS?= as
AS+= -m68060
LD= ld
@@ -18,6 +20,11 @@ clean cleandir:
_SUBDIRUSE:
+.else
+clean cleandir:
+
+.endif
+
all:
depend: