summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-04 18:44:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-04 18:44:59 +0000
commit06f0f9dab189a5a12d969e104c1aca7248ac473c (patch)
treeb4d90455d4b803793885accad0beebf461dce784 /sys
parentea327cfc3c93458c412296d6163ba852e65e2156 (diff)
old build hacks
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/m68k/fpsp/Makefile17
1 files changed, 14 insertions, 3 deletions
diff --git a/sys/arch/m68k/fpsp/Makefile b/sys/arch/m68k/fpsp/Makefile
index f47224d682e..a58d0a6c6a8 100644
--- a/sys/arch/m68k/fpsp/Makefile
+++ b/sys/arch/m68k/fpsp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 1996/08/04 01:22:44 niklas Exp $
+# $OpenBSD: Makefile,v 1.10 1996/08/04 18:44:58 deraadt Exp $
# $NetBSD: Makefile,v 1.4 1994/10/26 07:48:46 cgd Exp $
# MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
@@ -326,7 +326,7 @@ l_stwotox.s: stwotox.s
#
# Extract all files from SCCS directory
#
-clean:
+clean cleandir:
rm -f $(H_FILES)
rm -f $(S_FILES)
rm -f $(O_FILES)
@@ -335,4 +335,15 @@ clean:
rm -f $(LIB_O_FILES)
rm -f $(LIB_TARGET)
-clobber: clean
+_SUBDIRUSE:
+
+all:
+
+depend:
+
+install:
+
+includes:
+
+.include <bsd.obj.mk>
+.include <bsd.own.mk>