summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/m68k/Makefile')
-rw-r--r--sys/arch/m68k/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/m68k/Makefile b/sys/arch/m68k/Makefile
index a603a0f63e7..26c618370da 100644
--- a/sys/arch/m68k/Makefile
+++ b/sys/arch/m68k/Makefile
@@ -1,5 +1,7 @@
-# $OpenBSD: Makefile,v 1.6 1997/01/13 11:51:02 niklas Exp $
+# $OpenBSD: Makefile,v 1.7 2000/05/25 21:55:02 deraadt Exp $
+.if ${MACHINE_ARCH} == "m68k"
SUBDIR+= 060sp fpsp
+.endif
.include <bsd.subdir.mk>