Remove terminfo.db as it's now embedded in libterminfo.
This commit is contained in:
parent
81c1c09bfc
commit
0adc6cef21
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.14 2010/02/05 10:01:16 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -17,7 +17,6 @@ IMAGEENDIAN= le
|
||||
MAKEDEVTARGETS= ramdisk
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.15 2010/02/05 10:01:16 roy Exp $
|
||||
# $NetBSD: list,v 1.16 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
|
||||
|
||||
@ -68,8 +68,5 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation tools
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.23 2010/02/05 10:01:16 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -17,7 +17,6 @@ IMAGEENDIAN= le
|
||||
MAKEDEVTARGETS= ramdisk
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.22 2010/02/05 10:01:16 roy Exp $
|
||||
# $NetBSD: list,v 1.23 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
|
||||
|
||||
@ -68,9 +68,6 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
#COPY ${CURDIR}/inst.sh usr/local/sbin/inst 555
|
||||
|
||||
# and the installation tools
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.29 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -17,7 +17,6 @@ MAKEDEVTARGETS= minimal
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile install.sh upgrade.sh \
|
||||
${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx_ffs \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DISTRIBDIR}/utils/script-installer/dot.commonutils \
|
||||
${DISTRIBDIR}/utils/script-installer/dot.instutils \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.36 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: list,v 1.37 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin
|
||||
|
||||
@ -78,7 +78,6 @@ MTREE ./etc/pwd.db type=file uname=root gname=wheel mode=0644
|
||||
MTREE ./etc/spwd.db type=file uname=root gname=wheel mode=0600
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
COPY ${DISTRIBDIR}/utils/script-installer/dot.commonutils .commonutils
|
||||
COPY ${DISTRIBDIR}/utils/script-installer/dot.instutils .instutils
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.ramdisk,v 1.8 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: Makefile.ramdisk,v 1.9 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -24,8 +24,7 @@ IMAGEDEPENDS+= ${CRUNCHBIN} \
|
||||
${DESTDIR}/usr/mdec/mbr_bootsel \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services \
|
||||
${DESTDIR}/rescue/terminfo.db
|
||||
${DISTRIBDIR}/common/services
|
||||
PARSELISTENV+= BOOTMODEL=${BOOTMODEL:Q}
|
||||
|
||||
.if defined(USE_SYSINST)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list.ramdisk,v 1.11 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: list.ramdisk,v 1.12 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin libexec
|
||||
|
||||
@ -24,8 +24,5 @@ COPY ${DESTDIR}/usr/mdec/mbr usr/mdec/mbr
|
||||
COPY ${DESTDIR}/usr/mdec/mbr_ext usr/mdec/mbr_ext
|
||||
COPY ${DESTDIR}/usr/mdec/mbr_bootsel usr/mdec/mbr_bootsel
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/../common/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.18 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: list,v 1.19 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/instbin instbin
|
||||
@ -76,4 +76,3 @@ COPY ${DESTDIR}/etc/spwd.db etc
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${TOPDIR}/inst-common/dot.commonutils .commonutils
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.17 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.18 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
IMAGESIZE= 6m
|
||||
MAKEFS_FLAGS= -o density=4k
|
||||
@ -6,7 +6,6 @@ IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= floppy
|
||||
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile \
|
||||
${ARCHDIR}/install.md \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/usr/mdec/boot.amiga \
|
||||
${KERNOBJDIR}/INSTALL/netbsd
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.23 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: list,v 1.24 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
# Amiga extra's
|
||||
PROG sbin/disklabel
|
||||
@ -21,9 +21,6 @@ SYMLINK /tmp/fstab.shadow etc/fstab
|
||||
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
|
||||
SYMLINK /tmp/hosts etc/hosts
|
||||
|
||||
# and the terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation scripts
|
||||
COPY ${ARCHDIR}/install.md install.md
|
||||
COPY ${ARCHDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.20 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -20,8 +20,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services \
|
||||
${DESTDIR}/rescue/terminfo.db
|
||||
${DISTRIBDIR}/common/services
|
||||
SMALLPROG_INET6=1
|
||||
|
||||
# Use stubs to eliminate some large stuff from libc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.18 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: list,v 1.19 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
SRCDIRS usr.bin/less
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
@ -80,8 +80,5 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list.images,v 1.7 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: list.images,v 1.8 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/atari/stand
|
||||
LIBS libhack.o -lprop -lrmt -ledit -lz -lbz2 -lutil -lcurses -lterminfo -lcrypt -lkvm -ll -lm
|
||||
@ -10,9 +10,6 @@ ARGVLN sh -sh
|
||||
COPY ${NETBSDSRCDIR}/etc/group etc/group
|
||||
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
|
||||
|
||||
# the terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
COPY ${CURDIR}/../common/dot.profile .profile
|
||||
COPY ${CURDIR}/../common/mount_gemdos sbin/mount_gemdos 555
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.17 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: list,v 1.18 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/ramdiskbin ramdiskbin
|
||||
@ -68,7 +68,6 @@ SPECIAL pwd_mkdb -p -d ./ etc/master.passwd
|
||||
# and the common installation tools
|
||||
# COPY ${CURDIR}/../../../utils/script-installer/dot.commonutils .commonutils
|
||||
#COPY ${CURDIR}/../../../utils/script-installer/dot.instutils .instutils
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation tools
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.19 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -18,8 +18,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services \
|
||||
${DESTDIR}/rescue/terminfo.db
|
||||
${DISTRIBDIR}/common/services
|
||||
|
||||
.if ${USE_INET6} != "no"
|
||||
LISTS+= ${DISTRIBDIR}/common/list.inet6
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.19 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: list,v 1.20 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
# usr.bin/less has to be first, otherwise the ramdisk.mk generation fails
|
||||
SRCDIRS usr.bin/less bin sbin usr.bin usr.sbin gnu/usr.bin
|
||||
@ -71,8 +71,5 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation tools
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.6 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -21,7 +21,6 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script
|
||||
SMALLPROG_INET6=1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.8 2010/02/05 10:01:17 roy Exp $
|
||||
# $NetBSD: list,v 1.9 2010/02/11 09:06:47 roy Exp $
|
||||
|
||||
SRCDIRS usr.bin/less
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
@ -83,8 +83,5 @@ COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
COPY ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.11 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -22,7 +22,6 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
${NETBSDSRCDIR}/etc/netconfig \
|
||||
${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script
|
||||
#SMALLPROG_INET6=1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.12 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: list,v 1.13 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
@ -75,9 +75,6 @@ COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
COPY ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
MTREE ./.profile type=file uname=root gname=wheel mode=644
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.11 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -17,7 +17,6 @@ IMAGEENDIAN= le
|
||||
MAKEDEVTARGETS= ramdisk
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.16 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: list,v 1.17 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
|
||||
|
||||
@ -73,8 +73,5 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation tools
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.9 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -21,7 +21,6 @@ IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= ramdisk
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.11 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: list,v 1.12 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
|
||||
|
||||
@ -65,8 +65,5 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation tools
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.7 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -17,7 +17,6 @@ MTREECONF= ${DISTRIBDIR}/common/mtree.common
|
||||
IMAGEENDIAN= be
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.13 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: list,v 1.14 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
@ -72,9 +72,6 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
MTREE ./.profile type=file uname=root gname=wheel mode=0644
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.8 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -22,8 +22,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
${DESTDIR}/usr/mdec/bootxx_ustarfs \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services \
|
||||
${DESTDIR}/rescue/terminfo.db
|
||||
${DISTRIBDIR}/common/services
|
||||
|
||||
# Use stubs to eliminate some large stuff from libc
|
||||
HACKSRC= ${DISTRIBDIR}/utils/libhack
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.8 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: list,v 1.9 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
@ -80,9 +80,6 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
MTREE ./.profile type=file uname=root gname=wheel mode=0644
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $NetBSD: Makefile.inc,v 1.11 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.12 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
IMAGESIZE= 7m
|
||||
IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= all
|
||||
MAKEFS_FLAGS= -o density=4k
|
||||
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/install.md \
|
||||
${KERNOBJDIR}/INSTALL/netbsd \
|
||||
${DESTDIR}/rescue/terminfo.db
|
||||
${KERNOBJDIR}/INSTALL/netbsd
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.18 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: list,v 1.19 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
# hp300 extra's
|
||||
PROG sbin/disklabel
|
||||
@ -28,9 +28,6 @@ COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
||||
# ensure installboot is executable
|
||||
MTREE ./usr/mdec/installboot mode=0555
|
||||
|
||||
# and the terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# copy the kernel
|
||||
COPY ${KERNOBJDIR}/INSTALL/netbsd netbsd
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.29 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -17,7 +17,6 @@ IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= all
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/usr/mdec/installboot ${DESTDIR}/usr/mdec/uboot.lif \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.22 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: list,v 1.23 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
@ -64,8 +64,5 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.10 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -18,7 +18,6 @@ IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= all
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.13 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: list,v 1.14 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
@ -75,9 +75,6 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
MTREE ./.profile type=file uname=root gname=wheel mode=0644
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.5 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.6 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
DBG= -Os
|
||||
|
||||
@ -9,7 +9,6 @@ MAKEDEVTARGETS= all
|
||||
LISTS+= ${DISTRIBDIR}/common/list.sysinst
|
||||
MTREECONF+= ${.CURDIR}/mtree.usr.install
|
||||
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/.profile
|
||||
SMALLPROG_INET6=1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.6 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: list,v 1.7 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
# extras in bin
|
||||
PROG bin/csh
|
||||
@ -26,9 +26,6 @@ SPECIAL vi srcdir usr.bin/nvi/build
|
||||
# Minimize use of MFS
|
||||
SYMLINK /tmp var/tmp
|
||||
|
||||
# terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation tools
|
||||
COPY ${ARCHDIR}/dot.profile .profile
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.18 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.19 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
DBG= -Os
|
||||
|
||||
@ -9,7 +9,6 @@ MAKEDEVTARGETS= all
|
||||
LISTS+= ${DISTRIBDIR}/common/list.sysinst
|
||||
MTREECONF+= ${.CURDIR}/mtree.usr.install
|
||||
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/.profile
|
||||
SMALLPROG_INET6=1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.14 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: list,v 1.15 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
# extras in bin
|
||||
PROG bin/csh
|
||||
@ -26,9 +26,6 @@ SPECIAL vi srcdir usr.bin/nvi/build
|
||||
# Minimize use of MFS
|
||||
SYMLINK /tmp var/tmp
|
||||
|
||||
# terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation tools
|
||||
COPY ${ARCHDIR}/dot.profile .profile
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.4 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.5 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
DBG= -O
|
||||
|
||||
@ -9,5 +9,4 @@ MAKEDEVTARGETS= all
|
||||
#LISTS+= ${DISTRIBDIR}/common/list.sysinst
|
||||
MTREECONF+= ${.CURDIR}/mtree.usr.install
|
||||
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/.profile ${DESTDIR}/etc/spwd.db
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.5 2010/02/05 10:01:18 roy Exp $
|
||||
# $NetBSD: list,v 1.6 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
# extras in bin
|
||||
#PROG bin/csh
|
||||
@ -26,9 +26,6 @@ PROG usr/bin/rsh
|
||||
# Minimize use of MFS
|
||||
SYMLINK /tmp var/tmp
|
||||
|
||||
# terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# various files that we need in /etc for the install
|
||||
COPY ${DESTDIR}/etc/spwd.db etc/spwd.db
|
||||
LINK etc/spwd.db etc/pwd.db
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.ramdisk,v 1.8 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: Makefile.ramdisk,v 1.9 2010/02/11 09:06:48 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -24,8 +24,7 @@ IMAGEDEPENDS+= ${CRUNCHBIN} \
|
||||
${DESTDIR}/usr/mdec/mbr_bootsel \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services \
|
||||
${DESTDIR}/rescue/terminfo.db
|
||||
${DISTRIBDIR}/common/services
|
||||
PARSELISTENV+= BOOTMODEL=${BOOTMODEL:Q}
|
||||
|
||||
# This propogates through to the link of ramdiskbin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list.ramdisk,v 1.14 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: list.ramdisk,v 1.15 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
SRCDIRS usr.bin/less
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
@ -79,9 +79,6 @@ COPY ${DESTDIR}/usr/mdec/mbr usr/mdec/mbr
|
||||
COPY ${DESTDIR}/usr/mdec/mbr_ext usr/mdec/mbr_ext
|
||||
COPY ${DESTDIR}/usr/mdec/mbr_bootsel usr/mdec/mbr_bootsel
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
CMD sed -e "s/@BOOTMODEL@/${BOOTMODEL}/" < ${CURDIR}/../common/dot.profile > .profile
|
||||
MTREE ./.profile type=file uname=root gname=wheel mode=0444
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.8 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -18,7 +18,6 @@ IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= std md0 pty0 ttyv0
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.11 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: list,v 1.12 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
@ -67,9 +67,6 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
MTREE ./.profile type=file uname=root gname=wheel mode=0644
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.9 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -21,8 +21,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig \
|
||||
${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services \
|
||||
${DESTDIR}/rescue/terminfo.db
|
||||
${DISTRIBDIR}/common/services
|
||||
|
||||
IMAGETAR_RELEASEDIR= installation/netboot
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.15 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: list,v 1.16 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
@ -69,9 +69,6 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the shell startup files
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.35 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.36 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -17,7 +17,6 @@ IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= raminst
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.28 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: list,v 1.29 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
|
||||
|
||||
@ -73,9 +73,6 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation tools
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
# $NetBSD: Makefile.inc,v 1.7 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.8 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
IMAGESIZE= 4m
|
||||
IMAGEENDIAN= be
|
||||
MAKEFS_FLAGS= -o density=12k
|
||||
MAKEDEVTARGETS= raminst
|
||||
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/install.md \
|
||||
${DESTDIR}/rescue/terminfo.db
|
||||
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/install.md
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.11 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: list,v 1.12 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
# mac68k extra's
|
||||
PROG sbin/dmesg
|
||||
@ -21,9 +21,6 @@ SPECIAL less srcdir usr.bin/less/less
|
||||
# Minimize use of MFS
|
||||
SYMLINK /tmp var/tmp
|
||||
|
||||
# and the terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# copy the kernel
|
||||
#COPY ${KRNOBJDIR}/GENERIC/netbsd netbsd
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.37 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -18,7 +18,6 @@ IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= floppy
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/usr/mdec/ofwboot ${DESTDIR}/usr/mdec/bootxx \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.36 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: list,v 1.37 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
@ -81,9 +81,6 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
MTREE ./.profile type=file uname=root gname=wheel mode=0644
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.19 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -19,7 +19,6 @@ IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= minimal
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/usr/mdec/installboot \
|
||||
${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx_ffs \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.15 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: list,v 1.16 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
|
||||
|
||||
@ -73,7 +73,6 @@ COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
COPY ${DISTRIBDIR}/utils/script-installer/dot.commonutils .commonutils
|
||||
COPY ${DISTRIBDIR}/utils/script-installer/dot.instutils .instutils
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
# $NetBSD: Makefile.inc,v 1.11 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.12 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
IMAGESIZE= 7m
|
||||
MAKEFS_FLAGS= -o density=4096
|
||||
IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= all
|
||||
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/install.md \
|
||||
${KERNOBJDIR}/GENERIC/netbsd \
|
||||
${DESTDIR}/rescue/terminfo.db
|
||||
${KERNOBJDIR}/GENERIC/netbsd
|
||||
LISTS+= ${DISTRIBDIR}/common/list.sysinst
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.19 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: list,v 1.20 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
# mvme68k's extras
|
||||
PROG sbin/disklabel
|
||||
@ -27,9 +27,6 @@ COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
||||
# ensure installboot is executable
|
||||
MTREE ./usr/mdec/installboot mode=0555
|
||||
|
||||
# and the terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# copy the kernel
|
||||
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.26 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: list,v 1.27 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
@ -78,9 +78,6 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
MTREE ./.profile type=file uname=root gname=wheel mode=0644
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.30 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -18,7 +18,6 @@ IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= floppy
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.24 2010/02/05 10:01:19 roy Exp $
|
||||
# $NetBSD: list,v 1.25 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
@ -77,9 +77,6 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
MTREE ./.profile type=file uname=root gname=wheel mode=0644
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.ramdisk,v 1.6 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: Makefile.ramdisk,v 1.7 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -17,7 +17,6 @@ MTREECONF= ${DISTRIBDIR}/common/mtree.common ${.CURDIR}/../common/mtree.ramdisk
|
||||
IMAGEENDIAN= le
|
||||
IMAGEDEPENDS+= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/usr/mdec/ofwboot \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list.ramdisk,v 1.7 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: list.ramdisk,v 1.8 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin libexec
|
||||
|
||||
@ -20,8 +20,5 @@ COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot
|
||||
COPY ${DESTDIR}/usr/mdec/netbsd.chrp usr/mdec/netbsd.chrp
|
||||
COPY ${DESTDIR}/usr/mdec/mkbootinfo usr/mdec/mkbootinfo 755
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/../common/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.22 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.23 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
.if ${MACHINE_ARCH} == "mips64el"
|
||||
SFX= 64
|
||||
@ -14,7 +14,6 @@ LISTS= ${.CURDIR}/list ${ARCHDIR}/list${SFX}
|
||||
LISTS+= ${DISTRIBDIR}/common/list.sysinst
|
||||
MTREECONF+= ${.CURDIR}/mtree.usr.install
|
||||
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/.profile ${DESTDIR}/boot.pmax \
|
||||
${DESTDIR}/etc/disktab \
|
||||
${KERNOBJDIR}/GENERIC${SFX}/netbsd
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.21 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: list,v 1.22 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
# extras in bin
|
||||
PROG bin/csh
|
||||
@ -32,9 +32,6 @@ COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
||||
# and /boot.pmax
|
||||
COPY ${DESTDIR}/boot.pmax boot.pmax
|
||||
|
||||
# a subset terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# copy the kernel(s)
|
||||
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
|
||||
COPY ${KERNOBJDIR}/GENERIC/netbsd.ecoff netbsd.ecoff
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list64,v 1.3 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: list64,v 1.4 2010/02/11 09:06:49 roy Exp $
|
||||
|
||||
# extras in bin
|
||||
PROG bin/csh
|
||||
@ -35,9 +35,6 @@ COPY ${DESTDIR}/boot.pmax boot.pmax
|
||||
# the zoneinfo (dont use)
|
||||
#COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo
|
||||
|
||||
# a subset terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# copy the kernel(s)
|
||||
COPY ${KERNOBJDIR}/GENERIC64/netbsd netbsd
|
||||
#COPY ${KERNOBJDIR}/GENERIC64/netbsd.ecoff netbsd.ecoff
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.44 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.45 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -19,7 +19,6 @@ IMAGEENDIAN= le
|
||||
MAKEDEVTARGETS= minimal pty0
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/usr/mdec/boot.pmax ${DESTDIR}/usr/mdec/bootxx_ffs \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.26 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: list,v 1.27 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/pmax/stand
|
||||
|
||||
@ -71,8 +71,5 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the shell startup files
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.19 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -18,7 +18,6 @@ IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= ramdisk
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig \
|
||||
${DISTRIBDIR}/common/protocols \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.17 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: list,v 1.18 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
|
||||
|
||||
@ -64,9 +64,6 @@ SPECIAL umount srcdir distrib/utils/x_umount
|
||||
|
||||
LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lcrypt -ll -lm -lz -lprop
|
||||
|
||||
# and the terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# various files that we need in /etc for the install
|
||||
COPY ${NETBSDSRCDIR}/etc/group etc/group
|
||||
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.5 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -22,8 +22,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig \
|
||||
${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services \
|
||||
${DESTDIR}/rescue/terminfo.db
|
||||
${DISTRIBDIR}/common/services
|
||||
|
||||
SMALLPROG_INET6=1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.5 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: list,v 1.6 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
@ -74,9 +74,6 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
MTREE ./.profile type=file uname=root gname=wheel mode=0644
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.6 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -18,7 +18,6 @@ IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= std md0 wd0 pty0
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.8 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: list,v 1.9 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin
|
||||
|
||||
@ -72,9 +72,6 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the boot script
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
MTREE ./.profile type=file uname=root gname=wheel mode=0644
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: rescue.mi,v 1.31 2010/02/05 09:44:23 roy Exp $
|
||||
# $NetBSD: rescue.mi,v 1.32 2010/02/11 09:06:50 roy Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
@ -143,7 +143,7 @@
|
||||
./rescue/sysctl base-rescue-root
|
||||
./rescue/systrace base-obsolete obsolete
|
||||
./rescue/tar base-rescue-root
|
||||
./rescue/terminfo.db base-rescue-root
|
||||
./rescue/terminfo.db base-obsolete obsolete
|
||||
./rescue/test base-rescue-root
|
||||
./rescue/tetris base-rescue-root
|
||||
./rescue/ttyflags base-rescue-root
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc.xxx,v 1.7 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: Makefile.inc.xxx,v 1.8 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
DBG= -Os -Wa,-xgot # XXX -xgot workaround for objcopy-crunchide
|
||||
|
||||
@ -9,7 +9,6 @@ MAKEDEVTARGETS= all
|
||||
LISTS+= ${DISTRIBDIR}/common/list.sysinst
|
||||
MTREECONF+= ${.CURDIR}/mtree.usr.install
|
||||
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/.profile \
|
||||
${KERNOBJDIR}/GENERIC32_IP2x/netbsd.ecoff \
|
||||
${KERNOBJDIR}/GENERIC32_IP2x/netbsd \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.9 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: list,v 1.10 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
# extras in bin
|
||||
PROG bin/csh
|
||||
@ -33,9 +33,6 @@ COPY ${DESTDIR}/usr/mdec/aoutboot usr/mdec/aoutboot
|
||||
COPY ${DESTDIR}/usr/mdec/ip2xboot usr/mdec/ip2xboot
|
||||
COPY ${DESTDIR}/usr/mdec/ip3xboot usr/mdec/ip3xboot
|
||||
|
||||
# a subset terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# copy the kernel(s)
|
||||
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
|
||||
COPY ${KERNOBJDIR}/GENERIC/netbsd.ecoff netbsd.ecoff
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.17 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -18,7 +18,6 @@ MTREECONF= ${DISTRIBDIR}/common/mtree.common
|
||||
IMAGEENDIAN= be
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/usr/mdec/aoutboot ${DESTDIR}/usr/mdec/ip2xboot \
|
||||
${DESTDIR}/usr/mdec/ip3xboot \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.16 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: list,v 1.17 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/sgimips/stand
|
||||
|
||||
@ -70,8 +70,5 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the shell startup files
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.20 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -17,7 +17,6 @@ IMAGEENDIAN= le
|
||||
MAKEDEVTARGETS= ramdisk
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.19 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: list,v 1.20 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
|
||||
|
||||
@ -69,8 +69,5 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation tools
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.17 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.18 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
IMAGESIZE= 8192k
|
||||
DBG= -Os
|
||||
@ -7,7 +7,6 @@ IMAGEENDIAN= be
|
||||
MAKEDEVTARGETS= all
|
||||
LISTS+= ${DISTRIBDIR}/common/list.sysinst
|
||||
IMAGEDEPENDS+= ${ARCHDIR}/../install.md ${ARCHDIR}/dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/usr/mdec/boot \
|
||||
${KERNOBJDIR}/GENERIC/netbsd
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.34 2010/02/05 10:01:20 roy Exp $
|
||||
# $NetBSD: list,v 1.35 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
# Sparc extra's
|
||||
PROG bin/rcmd
|
||||
@ -28,9 +28,6 @@ COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
||||
# ensure binstall is executable
|
||||
MTREE ./usr/mdec/binstall mode=0555
|
||||
|
||||
# and the terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# copy the kernel
|
||||
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.instfs,v 1.11 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: Makefile.instfs,v 1.12 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
INSTFSDIR= ${.CURDIR}/../instfs
|
||||
|
||||
@ -15,7 +15,6 @@ MAKEDEVTARGETS= ramdisk bpf
|
||||
PARSELISTENV= INSTFSDIR=${INSTFSDIR:Q}
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
${INSTFSDIR}/dot.profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.16 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: list,v 1.17 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin libexec usr.bin/less usr.bin usr.sbin gnu/usr.bin
|
||||
|
||||
@ -90,9 +90,6 @@ COPY ${DESTDIR}/usr/mdec/bootblk usr/mdec/bootblk
|
||||
COPY ${DESTDIR}/usr/mdec/ofwboot ofwboot
|
||||
COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation tools
|
||||
COPY ${INSTFSDIR}/dot.profile .profile
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.32 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2010/02/11 09:06:50 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -32,7 +32,6 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
${DISTRIBDIR}/common/protocols \
|
||||
${DESTDIR}/etc/pwd.db \
|
||||
${DISTRIBDIR}/common/services \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/etc/spwd.db \
|
||||
${DESTDIR}/usr/mdec/bootxx ${DESTDIR}/usr/mdec/bootyy \
|
||||
${DESTDIR}/usr/mdec/netboot ${DESTDIR}/usr/mdec/tapeboot \
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: list,v 1.14 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: list,v 1.15 2010/02/11 09:06:50 roy Exp $
|
||||
#
|
||||
|
||||
# The PROM provides a default kernel name of "vmunix"
|
||||
@ -41,7 +41,6 @@ COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 555
|
||||
|
||||
# copy the miniroot installation tools
|
||||
COPY ${CURDIR}/profile .profile
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
COPY ${CURDIR}/install.md install.md
|
||||
COPY ${OBJDIR}/install.sub install.sub
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.43 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.44 2010/02/11 09:06:51 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -26,7 +26,6 @@ MAKEDEVTARGETS= std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0 fd0
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
${KERNEL3} ${KERNEL3X} \
|
||||
fstab install.md profile \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/dev/MAKEDEV ${DESTDIR}/dev/MAKEDEV.local \
|
||||
${DESTDIR}/etc/group \
|
||||
${DESTDIR}/etc/master.passwd ${DESTDIR}/etc/netconfig \
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: list,v 1.23 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: list,v 1.24 2010/02/11 09:06:51 roy Exp $
|
||||
#
|
||||
|
||||
COPY ${KERNEL3} netbsd.sun3
|
||||
@ -40,7 +40,6 @@ COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 555
|
||||
|
||||
# copy the miniroot installation tools
|
||||
COPY ${CURDIR}/profile .profile
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
COPY ${CURDIR}/install.md install.md
|
||||
COPY ${OBJDIR}/install.sub install.sub
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.13 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: list,v 1.14 2010/02/11 09:06:51 roy Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/instbin instbin
|
||||
@ -62,9 +62,6 @@ COPY ${DESTDIR}/etc/pwd.db etc
|
||||
COPY ${DISTRIBDIR}/common/services etc
|
||||
COPY ${DESTDIR}/etc/spwd.db etc
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
SPECIAL strip /sys/arch/vax/compile/MINIROOT/netbsd
|
||||
COPY /sys/arch/vax/compile/MINIROOT/netbsd .
|
||||
COPY /sys/arch/vax/boot/boot .
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.19 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.20 2010/02/11 09:06:51 roy Exp $
|
||||
|
||||
IMAGESIZE= 7m
|
||||
MAKEFS_FLAGS= -o density=4k
|
||||
@ -8,8 +8,7 @@ LISTS+= ${DISTRIBDIR}/common/list.sysinst
|
||||
IMAGEDEPENDS+= ${ARCHDIR}/../install.md \
|
||||
${ARCHDIR}/dot.profile \
|
||||
${DESTDIR}/usr/mdec/boot \
|
||||
${KERNOBJDIR}/GENERIC/netbsd \
|
||||
${DESTDIR}/rescue/terminfo.db
|
||||
${KERNOBJDIR}/GENERIC/netbsd
|
||||
|
||||
IMAGEPOSTBUILD= ${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} \
|
||||
${DESTDIR}/usr/mdec/xxboot
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.12 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: list,v 1.13 2010/02/11 09:06:51 roy Exp $
|
||||
|
||||
# Vax extras
|
||||
PROG sbin/disklabel
|
||||
@ -26,9 +26,6 @@ SYMLINK /tmp var/tmp
|
||||
# we need the contents of /usr/mdec
|
||||
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
||||
|
||||
# and the terminfo database
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# copy the kernel
|
||||
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.25 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2010/02/11 09:06:51 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -17,7 +17,7 @@ IMAGEENDIAN= le
|
||||
MAKEDEVTARGETS= std mt0 st0 rd0 rd1 dz0 dl0 dhu0 rx0 ra0 ra1 ra2 ra3 hp0 hp1 \
|
||||
sd0 sd1 sd2 md0 pty0 cd0 cd1
|
||||
IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile ${DESTDIR}/rescue/terminfo.db \
|
||||
dot.profile \
|
||||
${DESTDIR}/boot ${DESTDIR}/usr/mdec/xxboot \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.23 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: list,v 1.24 2010/02/11 09:06:51 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
|
||||
|
||||
@ -75,8 +75,5 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation tools
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.39 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.40 2010/02/11 09:06:51 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -20,7 +20,6 @@ MAKEDEVTARGETS= ramdisk
|
||||
IMAGEDEPENDS+= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${DISTRIBDIR}/common/services \
|
||||
${DESTDIR}/rescue/terminfo.db \
|
||||
${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/mboot \
|
||||
${DESTDIR}/usr/mdec/sdboot_ufs \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.27 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: list,v 1.28 2010/02/11 09:06:51 roy Exp $
|
||||
|
||||
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/x68k/stand
|
||||
|
||||
@ -80,8 +80,5 @@ LINK usr/mdec/xxboot_ufs usr/mdec/fdboot_ufs
|
||||
COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
|
||||
COPY ${DESTDIR}/usr/mdec/mboot usr/mdec/mboot
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation tools
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.10 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2010/02/11 09:06:51 roy Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -18,8 +18,7 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
|
||||
dot.profile \
|
||||
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
||||
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
||||
${DISTRIBDIR}/common/services \
|
||||
${DESTDIR}/rescue/terminfo.db
|
||||
${DISTRIBDIR}/common/services
|
||||
|
||||
.if ${USE_INET6} != "no"
|
||||
LISTS+= ${DISTRIBDIR}/common/list.inet6
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.12 2010/02/05 10:01:21 roy Exp $
|
||||
# $NetBSD: list,v 1.13 2010/02/11 09:06:51 roy Exp $
|
||||
|
||||
# usr.bin/less has to be first, otherwise the ramdisk.mk generation fails
|
||||
SRCDIRS usr.bin/less bin sbin usr.bin usr.sbin gnu/usr.bin
|
||||
@ -72,8 +72,5 @@ COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
||||
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
||||
COPY ${DISTRIBDIR}/common/services etc/services
|
||||
|
||||
# and the common installation tools
|
||||
COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db
|
||||
|
||||
# and the installation tools
|
||||
COPY ${CURDIR}/dot.profile .profile
|
||||
|
Loading…
Reference in New Issue
Block a user