Correct paths to the sys/ tree. Former path happened to work
authorniklas <niklas@openbsd.org>
Fri, 2 May 1997 08:45:41 +0000 (08:45 +0000)
committerniklas <niklas@openbsd.org>
Fri, 2 May 1997 08:45:41 +0000 (08:45 +0000)
in the default case, but was really wrong nonetheless.

distrib/miniroot/Makefile

index 5eff6bd..8bafd55 100644 (file)
@@ -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}