artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d22c293
)
Make AS, AR & LD overrideable
author
niklas
<niklas@openbsd.org>
Tue, 25 Mar 1997 14:31:07 +0000
(14:31 +0000)
committer
niklas
<niklas@openbsd.org>
Tue, 25 Mar 1997 14:31:07 +0000
(14:31 +0000)
sys/arch/m68k/fpsp/Makefile
patch
|
blob
|
history
diff --git
a/sys/arch/m68k/fpsp/Makefile
b/sys/arch/m68k/fpsp/Makefile
index
eb4c4cb
..
813d9f2
100644
(file)
--- a/
sys/arch/m68k/fpsp/Makefile
+++ b/
sys/arch/m68k/fpsp/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
1 1997/01/13 11:5
1:07 niklas Exp $
+# $OpenBSD: Makefile,v 1.1
2 1997/03/25 14:3
1: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
#