From dbdba49f63f4ef18ac102a2f2e8f5a11836f0e07 Mon Sep 17 00:00:00 2001 From: niklas Date: Fri, 2 May 1997 08:45:41 +0000 Subject: [PATCH] Correct paths to the sys/ tree. Former path happened to work in the default case, but was really wrong nonetheless. --- distrib/miniroot/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/distrib/miniroot/Makefile b/distrib/miniroot/Makefile index 5eff6bd4ea5..8bafd5535f4 100644 --- a/distrib/miniroot/Makefile +++ b/distrib/miniroot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1997/05/01 11:07:11 niklas Exp $ +# $OpenBSD: Makefile,v 1.10 1997/05/02 08:45:41 niklas Exp $ # $NetBSD: Makefile,v 1.2.4.3 1996/07/04 07:05:32 leo Exp $ # Revision is 2.1 @@ -33,10 +33,10 @@ all: .else bsd: - cd ${.CURDIR}/../../../../sys/arch/${MACHINE}/conf && config GENERIC - cd ${.CURDIR}/../../../../sys/arch/${MACHINE}/compile/GENERIC && \ + cd ${.CURDIR}/../../sys/arch/${MACHINE}/conf && config GENERIC + cd ${.CURDIR}/../../sys/arch/${MACHINE}/compile/GENERIC && \ make clean && make depend && make - cp ${.CURDIR}/../../../../sys/arch/${MACHINE}/compile/GENERIC/bsd bsd + cp ${.CURDIR}/../../sys/arch/${MACHINE}/compile/GENERIC/bsd bsd all: ${CBIN} bsd dd if=/dev/zero of=${REALIMAGE} count=${IMAGESIZE} -- 2.20.1