provide common/mtree.dot (contains entry for ". type=dir ...") , and

use that rather than MTREE entry in the list, because Makefile.image
needs at least one mtree file anyway
This commit is contained in:
lukem 2002-05-03 14:20:54 +00:00
parent 3c9ad6abb6
commit 611543b0a7
5 changed files with 9 additions and 8 deletions

3
distrib/common/mtree.dot Normal file
View File

@ -0,0 +1,3 @@
# $NetBSD: mtree.dot,v 1.1 2002/05/03 14:20:54 lukem Exp $
. type=dir uname=root gname=wheel mode=0755

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2002/05/02 18:02:42 lukem Exp $
# $NetBSD: Makefile,v 1.12 2002/05/03 14:20:55 lukem Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -8,6 +8,7 @@
IMAGE= diskimage
IMAGESIZE= 2m
LISTS= ${.CURDIR}/list
MTREECONF= ${DISTRIBDIR}/common/mtree.dot
IMAGEENDIAN= be
PRIMARYBOOT= ${DESTDIR}/usr/mdec/bootxx_ffs
IMAGEDEPENDS= install.gz ${DESTDIR}/usr/mdec/boot ${PRIMARYBOOT}

View File

@ -1,6 +1,4 @@
# $NetBSD: list,v 1.3 2002/05/02 14:12:40 simonb Exp $
MTREE . type=dir
# $NetBSD: list,v 1.4 2002/05/03 14:20:55 lukem Exp $
COPY ${DESTDIR}/usr/mdec/boot boot
COPY ${OBJDIR}/install.gz netbsd

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.30 2002/05/02 18:02:48 lukem Exp $
# $NetBSD: Makefile,v 1.31 2002/05/03 14:20:55 lukem Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -8,6 +8,7 @@
IMAGE= diskimage
IMAGESIZE= 2m
LISTS= ${.CURDIR}/list
MTREECONF= ${DISTRIBDIR}/common/mtree.dot
IMAGEENDIAN= le
PRIMARYBOOT= ${DESTDIR}/usr/mdec/bootxx_ffs
IMAGEDEPENDS= install.gz ${DESTDIR}/usr/mdec/boot.pmax ${PRIMARYBOOT}

View File

@ -1,6 +1,4 @@
# $NetBSD: list,v 1.3 2002/05/02 13:28:40 simonb Exp $
MTREE . type=dir
# $NetBSD: list,v 1.4 2002/05/03 14:20:55 lukem Exp $
COPY ${DESTDIR}/usr/mdec/boot.pmax boot.pmax
COPY ${OBJDIR}/install.gz netbsd