Ten identical list.inet6 files, or one common/list.inet6?

Not a difficult choice.
This commit is contained in:
abs 2009-09-20 22:50:50 +00:00
parent bdf4da2bba
commit 2383b0ce8e
20 changed files with 21 additions and 75 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/09/20 22:46:11 abs Exp $
# $NetBSD: Makefile,v 1.4 2009/09/20 22:50:50 abs Exp $
IMAGE= ramdisk.fs
IMAGESIZE= 5000k
@ -9,5 +9,5 @@ SMALLPROG_INET6=1
.include "${.CURDIR}/../common/Makefile.ramdisk"
.if ${USE_INET6} != "no"
LISTS+= ${.CURDIR}/list.inet6
LISTS+= ${DISTRIBDIR}/common/list.inet6
.endif

View File

@ -1,6 +0,0 @@
# $NetBSD: list.inet6,v 1.1 2006/06/02 22:11:52 hubertf Exp $
PROG sbin/ping6
PROG sbin/rtsol
SPECIAL ping6 srcdir distrib/utils/x_ping6

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2009/09/20 22:46:11 abs Exp $
# $NetBSD: Makefile,v 1.17 2009/09/20 22:50:50 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -22,7 +22,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
${NETBSDSRCDIR}/distrib/common/termcap.mini
.if ${USE_INET6} != "no"
LISTS+= ${.CURDIR}/list.inet6
LISTS+= ${DISTRIBDIR}/common/list.inet6
.endif
# Use stubs to eliminate some large stuff from libc

View File

@ -1,6 +0,0 @@
# $NetBSD: list.inet6,v 1.2 2005/12/04 21:32:11 dsl Exp $
PROG sbin/ping6
PROG sbin/rtsol
SPECIAL ping6 srcdir distrib/utils/x_ping6

View File

@ -1,4 +1,4 @@
# $NetBSD: list.inet6,v 1.2 2005/12/04 21:32:11 dsl Exp $
# $NetBSD: list.inet6,v 1.1 2009/09/20 22:50:50 abs Exp $
PROG sbin/ping6
PROG sbin/rtsol

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2009/09/20 19:49:08 abs Exp $
# $NetBSD: Makefile,v 1.7 2009/09/20 22:50:50 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -24,7 +24,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
SMALLPROG_INET6=1
.if ${USE_INET6} != "no"
LISTS+= ${.CURDIR}/list.inet6
LISTS+= ${DISTRIBDIR}/common/list.inet6
.endif
# Use stubs to eliminate some large stuff from libc

View File

@ -1,6 +0,0 @@
# $NetBSD: list.inet6,v 1.1 2005/05/18 14:04:26 chs Exp $
PROG sbin/ping6
PROG sbin/rtsol
SPECIAL ping6 srcdir distrib/utils/x_ping6

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/09/20 22:46:12 abs Exp $
# $NetBSD: Makefile,v 1.4 2009/09/20 22:50:50 abs Exp $
BOOTMODEL= big
IMAGE= ramdisk-${BOOTMODEL}.fs
@ -11,7 +11,7 @@ SMALLPROG_INET6=1
.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
.if ${USE_INET6} != "no"
LISTS+= ${.CURDIR}/list.inet6
LISTS+= ${DISTRIBDIR}/common/list.inet6
.endif
MAKEFS_FLAGS+= -f 20

View File

@ -1,6 +0,0 @@
# $NetBSD: list.inet6,v 1.1 2006/06/02 22:11:42 hubertf Exp $
PROG sbin/ping6
PROG sbin/rtsol
SPECIAL ping6 srcdir distrib/utils/x_ping6

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2009/09/20 19:49:08 abs Exp $
# $NetBSD: Makefile,v 1.6 2009/09/20 22:50:50 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -24,7 +24,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
SMALLPROG_INET6=1
.if ${USE_INET6} != "no"
LISTS+= ${.CURDIR}/list.inet6
LISTS+= ${DISTRIBDIR}/common/list.inet6
.endif
# Use stubs to eliminate some large stuff from libc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.34 2009/09/20 19:49:09 abs Exp $
# $NetBSD: Makefile,v 1.35 2009/09/20 22:50:50 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -25,7 +25,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
SMALLPROG_INET6=1
.if ${USE_INET6} != "no"
LISTS+= ${.CURDIR}/list.inet6
LISTS+= ${DISTRIBDIR}/common/list.inet6
.endif
# Use stubs to eliminate some large stuff from libc

View File

@ -1,6 +0,0 @@
# $NetBSD: list.inet6,v 1.2 2005/12/04 21:32:11 dsl Exp $
PROG sbin/ping6
PROG sbin/rtsol
SPECIAL ping6 srcdir distrib/utils/x_ping6

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2009/04/07 11:49:18 joerg Exp $
# $NetBSD: Makefile,v 1.3 2009/09/20 22:50:51 abs Exp $
IMAGE= ramdisk.fs
IMAGESIZE= 5000k
@ -8,5 +8,5 @@ SMALLPROG_INET6=1
.include "${.CURDIR}/../common/Makefile.ramdisk"
.if ${USE_INET6} != "no"
LISTS+= ${.CURDIR}/list.inet6
LISTS+= ${DISTRIBDIR}/common/list.inet6
.endif

View File

@ -1,6 +0,0 @@
# $NetBSD: list.inet6,v 1.1 2008/01/02 11:39:04 mrg Exp $
PROG sbin/ping6
PROG sbin/rtsol
SPECIAL ping6 srcdir distrib/utils/x_ping6

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2009/09/20 19:49:09 abs Exp $
# $NetBSD: Makefile,v 1.3 2009/09/20 22:50:51 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -27,7 +27,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
SMALLPROG_INET6=1
.if ${USE_INET6} != "no"
LISTS+= ${.CURDIR}/list.inet6
LISTS+= ${DISTRIBDIR}/common/list.inet6
.endif
# Use stubs to eliminate some large stuff from libc

View File

@ -1,6 +0,0 @@
# $NetBSD: list.inet6,v 1.1 2009/04/30 12:47:39 tsutsui Exp $
PROG sbin/ping6
PROG sbin/rtsol
SPECIAL ping6 srcdir distrib/utils/x_ping6

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.35 2009/09/20 22:46:14 abs Exp $
# $NetBSD: Makefile,v 1.36 2009/09/20 22:50:51 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -27,7 +27,7 @@ IMAGEDEPENDS+= ${CRUNCHBIN} \
SMALLPROG_INET6=1
.if ${USE_INET6} != "no"
LISTS+= ${.CURDIR}/list.inet6
LISTS+= ${DISTRIBDIR}/common/list.inet6
.endif
# Use stubs to eliminate some large stuff from libc

View File

@ -1,6 +0,0 @@
# $NetBSD: list.inet6,v 1.2 2005/12/04 21:32:11 dsl Exp $
PROG sbin/ping6
PROG sbin/rtsol
SPECIAL ping6 srcdir distrib/utils/x_ping6

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2009/09/20 22:46:14 abs Exp $
# $NetBSD: Makefile,v 1.8 2009/09/20 22:50:51 abs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -22,7 +22,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
${NETBSDSRCDIR}/distrib/common/termcap.mini
.if ${USE_INET6} != "no"
LISTS+= ${.CURDIR}/list.inet6
LISTS+= ${DISTRIBDIR}/common/list.inet6
.endif
# Use stubs to eliminate some large stuff from libc

View File

@ -1,6 +0,0 @@
# $NetBSD: list.inet6,v 1.1 2008/03/31 23:59:07 chris Exp $
PROG sbin/ping6
PROG sbin/rtsol
SPECIAL ping6 srcdir distrib/utils/x_ping6