From 8a2283e2acf9530d37a1bf05a334a02a6fa7e774 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Thu, 25 Aug 1994 13:54:28 +0000 Subject: [PATCH] Added ${MACHINE}/boot to build bootblocks. Submitted by: Paul Richards --- sys/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/Makefile b/sys/Makefile index d9ccd53097e..00d80648ef6 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,5 +1,5 @@ -# $Id$ +# $Id: Makefile,v 1.2 1994/08/02 07:38:17 davidg Exp $ -SUBDIR= libkern +SUBDIR= ${MACHINE}/boot libkern .include