Use shrinked src/distrib/common/protocols rather than fat src/etc/protocols.

This commit is contained in:
tsutsui 2008-11-30 04:18:14 +00:00
parent e51aea320a
commit 323d1f8f3d
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.37 2007/05/10 23:22:31 dogcow Exp $ # $NetBSD: Makefile,v 1.38 2008/11/30 04:18:14 tsutsui Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -22,7 +22,8 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
${.CURDIR}/../miniroot/termcap.vt100 \ ${.CURDIR}/../miniroot/termcap.vt100 \
${DESTDIR}/usr/mdec/boot.pmax ${DESTDIR}/usr/mdec/bootxx_ffs \ ${DESTDIR}/usr/mdec/boot.pmax ${DESTDIR}/usr/mdec/bootxx_ffs \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \ ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
${NETBSDSRCDIR}/etc/netconfig ${NETBSDSRCDIR}/etc/protocols \ ${NETBSDSRCDIR}/etc/netconfig \
${NETBSDSRCDIR}/distrib/common/protocols \
${NETBSDSRCDIR}/distrib/common/services ${NETBSDSRCDIR}/distrib/common/services
IMAGETAR_RELEASEDIR= installation/netboot IMAGETAR_RELEASEDIR= installation/netboot

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.19 2008/05/06 15:32:06 dyoung Exp $ # $NetBSD: list,v 1.20 2008/11/30 04:18:14 tsutsui Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/pmax/stand SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/pmax/stand
@ -66,8 +66,8 @@ COPY ${DESTDIR}/usr/mdec/boot.pmax usr/mdec/boot.pmax
# various files that we need in /etc for the install # various files that we need in /etc for the install
COPY ${NETBSDSRCDIR}/etc/group etc/group COPY ${NETBSDSRCDIR}/etc/group etc/group
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols
COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
COPY ${NETBSDSRCDIR}/distrib/common/protocols etc/protocols
COPY ${NETBSDSRCDIR}/distrib/common/services etc/services COPY ${NETBSDSRCDIR}/distrib/common/services etc/services
# and the common installation tools # and the common installation tools