summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/m68k/060sp/Makefile17
-rw-r--r--sys/arch/m68k/Makefile4
2 files changed, 17 insertions, 4 deletions
diff --git a/sys/arch/m68k/060sp/Makefile b/sys/arch/m68k/060sp/Makefile
index 708817cc05d..51b16b14087 100644
--- a/sys/arch/m68k/060sp/Makefile
+++ b/sys/arch/m68k/060sp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 1996/05/29 21:05:11 niklas Exp $
+# $OpenBSD: Makefile,v 1.2 1996/08/23 18:59:56 niklas Exp $
# $NetBSD: Makefile,v 1.2 1996/05/20 13:31:40 is Exp $
#
AS = as -m68060
@@ -12,5 +12,18 @@ LD = ld
060sp.o: netbsd.S inetbsd.S fnetbsd.S isp.S fpsp.S copyright.S
$(AS) -o ${.TARGET} netbsd.S
-clean:
+clean cleandir:
rm -f 060sp.o isp.S fpsp.S
+
+_SUBDIRUSE:
+
+all:
+
+depend:
+
+install:
+
+includes:
+
+.include <bsd.obj.mk>
+.include <bsd.own.mk>
diff --git a/sys/arch/m68k/Makefile b/sys/arch/m68k/Makefile
index 457c2c81d68..3c16464b398 100644
--- a/sys/arch/m68k/Makefile
+++ b/sys/arch/m68k/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.4 1996/08/04 13:10:29 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 1996/08/23 18:59:52 niklas Exp $
# $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $
-SUBDIR+= fpsp
+SUBDIR+= 060sp fpsp
.include <bsd.subdir.mk>