summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/Makefile b/sys/Makefile
index bca5ede..876ae0d 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,13 +1,13 @@
-# $Id: Makefile,v 1.15 1998/12/30 11:17:09 bde Exp $
+# $Id: Makefile,v 1.16 1998/12/30 12:06:08 bde Exp $
# This is the old aout only boot loader.
-.if exists(${MACHINE}/boot) && ${OBJFORMAT} == "aout"
+.if exists(${.CURDIR}/${MACHINE}/boot) && ${OBJFORMAT} == "aout"
SUBDIR= ${MACHINE}/boot
-.elif exists(boot) && ${MACHINE} == "i386" && ${OBJFORMAT} == "elf"
+.elif exists(${.CURDIR}/boot) && ${MACHINE} == "i386" && ${OBJFORMAT} == "elf"
SUBDIR= boot
.endif
-.if exists(boot) && ${MACHINE_ARCH} == "alpha"
+.if exists(${.CURDIR}/boot) && ${MACHINE_ARCH} == "alpha"
SUBDIR= boot
.endif
OpenPOWER on IntegriCloud