summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/060sp
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-23 18:59:57 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-23 18:59:57 +0000
commitc3e56b9e4234296981711f5ff611a38393efce87 (patch)
tree323fb228dd4277091336b748328e15c469e179d8 /sys/arch/m68k/060sp
parent4480a114041b55db8e1866c53fcdc234e5314cde (diff)
treat 060sp build like fpsp, i.e. automatic subdir-diving from arch/m68k
and then handle de-facto standard rules intuitively
Diffstat (limited to 'sys/arch/m68k/060sp')
-rw-r--r--sys/arch/m68k/060sp/Makefile17
1 files changed, 15 insertions, 2 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>