summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-02-20 07:37:08 +0000
committerjb <jb@FreeBSD.org>1998-02-20 07:37:08 +0000
commit2efe016de412b5ba8f550edafdcf575943e3b7c8 (patch)
treecfed10a0db5260f2a85577e07607d25f05e44992 /sys/Makefile
parent2248def17a7a9d5229a147d29d96f655a056bf13 (diff)
downloadFreeBSD-src-2efe016de412b5ba8f550edafdcf575943e3b7c8.zip
FreeBSD-src-2efe016de412b5ba8f550edafdcf575943e3b7c8.tar.gz
Test for the existance of ${MACHINE}/boot before trying to build it.
The PC98 stuff in this makefile should be removed and that system should build with MACHINE=pc98 and MACHINE_ARCH=i386.
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 28d394a..ebf9ca2 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.7 1997/02/22 09:27:56 peter Exp $
+# $Id: Makefile,v 1.8 1997/07/13 07:36:20 jkh Exp $
.if defined(MACHINE_PC98) && ${MACHINE_PC98} == "yes"
SUBDIR= pc98/boot
-.else
+.elif exists(${MACHINE}/boot)
SUBDIR= ${MACHINE}/boot
.endif
OpenPOWER on IntegriCloud