From 50d8509da22368fed240865b50a615e51c43c4e4 Mon Sep 17 00:00:00 2001 From: briggs Date: Sun, 25 Jun 1995 13:53:21 +0000 Subject: [PATCH] Stupid pasto in last. --- sys/arch/mac68k/conf/Makefile.mac68k | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index 2b0f67d9a66a..a009f782cae4 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mac68k,v 1.20 1995/06/25 13:39:37 briggs Exp $ +# $NetBSD: Makefile.mac68k,v 1.21 1995/06/25 13:53:21 briggs Exp $ # Makefile for NetBSD for the mac # Derived from makefile for hp300 from NetBSD @@ -49,9 +49,9 @@ LIBKERN=${KERNLIB_PROF} ### Find out what to use for libcompat. .include "$S/compat/common/Makefile.inc" .ifndef PROF -LIBKERN=${COMPATLIB} +LIBCOMPAT=${COMPATLIB} .else -LIBKERN=${COMPATLIB_PROF} +LIBCOMPAT=${COMPATLIB_PROF} .endif ### for the Motorola 68040 Floating Point Software Product