diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-18 16:43:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-18 16:43:27 +0000 |
commit | b83ffdbff92bda9ab675a12ff62affeab792ba41 (patch) | |
tree | 6b9143715432c3d5eb330db25ad47e092a671e9a /sys/arch/pmax/conf | |
parent | 624700f210b81fab45216f2f4af2a98473bce2bc (diff) |
update from netbsd
Diffstat (limited to 'sys/arch/pmax/conf')
-rw-r--r-- | sys/arch/pmax/conf/Makefile.pmax | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/conf/Makefile.pmax b/sys/arch/pmax/conf/Makefile.pmax index 834a013b9dc..ab80ee3a362 100644 --- a/sys/arch/pmax/conf/Makefile.pmax +++ b/sys/arch/pmax/conf/Makefile.pmax @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.pmax,v 1.17 1995/11/25 05:55:38 mellon Exp $ +# $NetBSD: Makefile.pmax,v 1.18 1995/12/17 09:09:42 jonathan Exp $ # @(#)Makefile.pmax 8.2 (Berkeley) 2/16/94 # @@ -56,7 +56,7 @@ LIBCOMPAT= ${COMPATLIB_PROF} TARGET_MACHINE = pmax TARGET_ARCH = mips -.if (${MACHINE_ARCH} != pmax) +.if (${MACHINE} != pmax) CC= /usr/local/mips-dec-netbsd/bin/gcc LD= /usr/local/mips-dec-netbsd/bin/ld AS= /usr/local/mips-dec-netbsd/bin/as |