From a273dd586c63bf168fd1316f15b489090bf15eb4 Mon Sep 17 00:00:00 2001 From: oki Date: Sun, 19 May 1996 12:29:20 +0000 Subject: [PATCH] include $S/arch/m68k/060sp/Makefile.inc, similar to amiga. --- sys/arch/x68k/conf/Makefile.x68k | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/x68k/conf/Makefile.x68k b/sys/arch/x68k/conf/Makefile.x68k index 67f05910eb0b..8a0561a01984 100644 --- a/sys/arch/x68k/conf/Makefile.x68k +++ b/sys/arch/x68k/conf/Makefile.x68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.x68k,v 1.2 1996/05/11 16:13:24 mycroft Exp $ +# $NetBSD: Makefile.x68k,v 1.3 1996/05/19 12:29:20 oki Exp $ # Makefile for NetBSD # @@ -57,6 +57,9 @@ LIBCOMPAT= ${COMPATLIB_PROF} ### for the Motorola 68040 Floating Point Software Product .include "$S/arch/m68k/fpsp/Makefile.inc" +### for the Motorola 68060 Software Support Package +.include "$S/arch/m68k/060sp/Makefile.inc" + # compile rules: rules are named ${TYPE}_${SUFFIX}${CONFIG_DEP} # where TYPE is NORMAL, DRIVER, or PROFILE}; SUFFIX is the file suffix, # capitalized (e.g. C for a .c file), and CONFIG_DEP is _C if the file