NetBSD/distrib/playstation2/miniroot/list
shin 1db7e557d6 sync with hpcmips(rev. 1.7).
delete csh, netstat, tset, and vi to reduce GOT size.
otherwise, libc.a and other objects which was not compiled with -xgot
won't link. (in general, you can't mix -xgot and no -xgot binaries.)


current GOT size is 0000f590 (see below).

 10 .got          0000f590  10010360  10010360  00269360  2**4
                  CONTENTS, ALLOC, LOAD, DATA
2002-04-28 04:16:27 +00:00

44 lines
947 B
Plaintext

# $NetBSD: list,v 1.4 2002/04/28 04:16:27 shin Exp $
# extras in bin
#PROG bin/csh
PROG bin/date
PROG bin/rcp
PROG bin/rcmd
# extras in sbin
PROG sbin/disklabel
PROG sbin/fdisk
PROG sbin/mount_ext2fs
PROG sbin/fsck_ext2fs
PROG sbin/mount_kernfs
PROG sbin/mount_msdos
# extras in /usr.bin
#PROG usr/bin/netstat
PROG usr/bin/rsh
#PROG usr/bin/tset usr/bin/reset
#PROG usr/bin/vi
# crunchgen source directory specials: progs built in nonstandard places
#SPECIAL vi srcdir usr.bin/vi/build
# Minimize use of MFS
SYMLINK /tmp var/tmp
# termcap file
COPY ${ARCHDIR}/termcap.vt100 usr/share/misc/termcap
# 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
# sysinst needs disktab template
COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall
# and the installation tools
COPY ${ARCHDIR}/dot.profile .profile
# and a spare .profile
COPY ${DESTDIR}/.profile tmp/.hdprofile