diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-18 18:08:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-18 18:08:03 +0000 |
commit | d759993d3032b53746fd5ed722e559b38ad3b92e (patch) | |
tree | 8bd766db90321c7c8d8b035de0769de21fe360c5 /sys/arch/m68k/fpsp/Makefile | |
parent | e7af0cc059f5414350319c7ece8752dec8a2fdb3 (diff) |
enter for obj@ building, otherwise dribbles happen
Diffstat (limited to 'sys/arch/m68k/fpsp/Makefile')
-rw-r--r-- | sys/arch/m68k/fpsp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/m68k/fpsp/Makefile b/sys/arch/m68k/fpsp/Makefile index af0950de8a9..4dc33c02f40 100644 --- a/sys/arch/m68k/fpsp/Makefile +++ b/sys/arch/m68k/fpsp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2001/09/14 05:35:31 art Exp $ +# $OpenBSD: Makefile,v 1.15 2007/10/18 18:08:02 deraadt Exp $ # $NetBSD: Makefile,v 1.6 1997/04/25 22:17:33 veego Exp $ # MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -36,6 +36,7 @@ # # Makefile for 68040 Floating Point Software Package # +.if ${MACHINE_ARCH} == "m68k" TARGET = fpsp @@ -339,6 +340,11 @@ clobber: clean _SUBDIRUSE: +.else +clean cleandir: + +.endif + all: depend: |