aboutsummaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-02-20 07:37:08 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-02-20 07:37:08 +0000
commit756985ab45965d1e18f1c7fb6436a9d3df3d7da8 (patch)
treeb14e927a15efb4aabb41f5abad6b3a1d6d40f709 /sys/Makefile
parentd371a23e0b9584b98fc758c0b7b9716e248215f0 (diff)
Notes
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 28d394a8061c..ebf9ca256991 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