From: niklas Date: Tue, 25 Mar 1997 14:31:07 +0000 (+0000) Subject: Make AS, AR & LD overrideable X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=644d4ef671a58ac08b229fc02848dc5e6368aca7;p=openbsd Make AS, AR & LD overrideable --- diff --git a/sys/arch/m68k/fpsp/Makefile b/sys/arch/m68k/fpsp/Makefile index eb4c4cbb33b..813d9f2a9ec 100644 --- a/sys/arch/m68k/fpsp/Makefile +++ b/sys/arch/m68k/fpsp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1997/01/13 11:51:07 niklas Exp $ +# $OpenBSD: Makefile,v 1.12 1997/03/25 14:31:07 niklas Exp $ # $NetBSD: Makefile,v 1.4 1994/10/26 07:48:46 cgd Exp $ # MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -39,13 +39,13 @@ TARGET = fpsp -AS = as -m68040 -LD = ld +AS ?= as -m68040 +LD ?= ld # # For the Library Version: # -AR = ar +AR ?= ar LIB_FILTER = sed 's/fpsp.defs/l_fpsp.defs/' LIB_TARGET = lib$(TARGET).a #