diff options
-rw-r--r-- | sys/arch/m68k/060sp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/m68k/060sp/Makefile b/sys/arch/m68k/060sp/Makefile index f2676fdc79c..be896aeecbb 100644 --- a/sys/arch/m68k/060sp/Makefile +++ b/sys/arch/m68k/060sp/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 1997/01/13 11:51:03 niklas Exp $ +# $OpenBSD: Makefile,v 1.5 2001/11/25 21:15:15 miod Exp $ # $NetBSD: Makefile,v 1.3 1996/12/31 22:44:13 veego Exp $ # -AS = as -m68060 -LD = ld +AS?= as +AS+= -m68060 +LD= ld .SUFFIXES: .o .S .sa .defs .h |