Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v retrieving revision 1.125 retrieving revision 1.126 diff -u -p -r1.125 -r1.126 --- src/Makefile 2001/06/10 13:15:29 1.125 +++ src/Makefile 2001/08/02 06:13:33 1.126 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.125 2001/06/10 13:15:29 mrg Exp $ +# $NetBSD: Makefile,v 1.126 2001/08/02 06:13:33 enami Exp $ # This is the top-level makefile for building NetBSD. For an outline of # how to build a snapshot or release, as well as other release engineering @@ -117,7 +117,8 @@ beforeinstall: .ifndef NODISTRIBDIRS .ifndef DESTDIR .if exists(share/mk) - (cd ${.CURDIR}/etc && ${MAKE} -m ${.CURDIR}/share/mk DESTDIR=/ distrib-dirs) + (cd ${.CURDIR}/etc && \ + ${MAKE} -m ${.CURDIR}/share/mk DESTDIR=/ distrib-dirs) .else (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) .endif