Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.23
      1   1.1    lukem #
      2  1.23      roy # $NetBSD: list,v 1.23 2010/02/05 10:01:21 roy Exp $
      3   1.1    lukem #
      4   1.1    lukem 
      5   1.1    lukem COPY	${KERNEL3}			netbsd.sun3
      6   1.1    lukem COPY	${KERNEL3X}			netbsd.sun3x
      7   1.1    lukem 
      8   1.1    lukem # These are scripts:
      9   1.4    lukem COPY	${DESTDIR}/usr/bin/false	bin/false		555
     10   1.4    lukem COPY	${DESTDIR}/usr/bin/true 	bin/true		555
     11   1.1    lukem 
     12   1.1    lukem # From usr/mdec:
     13   1.1    lukem COPY	${DESTDIR}/usr/mdec/bootxx	usr/mdec/bootxx
     14   1.2    lukem # COPY	${DESTDIR}/usr/mdec/bootyy	usr/mdec/bootyy
     15   1.1    lukem SYMLINK		  /usr/sbin/installboot usr/mdec/installboot
     16   1.1    lukem COPY	${DESTDIR}/usr/mdec/netboot	usr/mdec/netboot
     17   1.1    lukem COPY	${DESTDIR}/usr/mdec/tapeboot	usr/mdec/tapeboot
     18   1.1    lukem COPY	${DESTDIR}/usr/mdec/ufsboot	usr/mdec/ufsboot
     19   1.1    lukem LINK		   usr/mdec/ufsboot	ufsboot
     20   1.1    lukem 
     21   1.1    lukem # various files that we need in /etc for the install
     22  1.20      abs COPY	${DESTDIR}/etc/group		etc/group
     23  1.20      abs COPY	${DESTDIR}/etc/master.passwd	etc/master.passwd
     24  1.20      abs COPY	${DESTDIR}/etc/netconfig	etc/netconfig
     25  1.20      abs COPY	${DESTDIR}/etc/passwd		etc/passwd
     26  1.20      abs COPY	${DISTRIBDIR}/common/protocols	etc/protocols
     27  1.20      abs COPY	${DESTDIR}/etc/pwd.db		etc/pwd.db
     28  1.20      abs COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
     29  1.20      abs COPY	${DISTRIBDIR}/common/services	etc/services
     30   1.1    lukem 
     31   1.1    lukem # some /etc files get special handling (for MFS /tmp yuck)
     32   1.1    lukem COPY	${CURDIR}/fstab			tmp/fstab.shadow
     33   1.1    lukem SYMLINK	/tmp/fstab.shadow		etc/fstab
     34   1.1    lukem SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     35   1.1    lukem SYMLINK	/tmp/hosts			etc/hosts
     36   1.1    lukem 
     37   1.1    lukem # copy the MAKEDEV script and make some devices
     38   1.4    lukem COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV		555
     39   1.4    lukem COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local	555
     40   1.1    lukem 
     41   1.1    lukem # copy the miniroot installation tools
     42   1.1    lukem COPY	${CURDIR}/profile		.profile
     43  1.23      roy COPY	${DESTDIR}/rescue/terminfo.db	usr/share/misc/terminfo.db
     44   1.1    lukem 
     45   1.4    lukem COPY	${CURDIR}/install.md		install.md
     46   1.4    lukem COPY	${OBJDIR}/install.sub		install.sub
     47   1.1    lukem 
     48   1.4    lukem COPY	${DISTRIBDIR}/miniroot/install.sh install		555
     49   1.4    lukem COPY	${DISTRIBDIR}/miniroot/upgrade.sh upgrade		555
     50   1.1    lukem 
     51  1.12  tsutsui SRCDIRS	bin sbin usr.bin usr.sbin
     52  1.12  tsutsui 
     53   1.1    lukem # miniroot files from /sbin:
     54   1.1    lukem # Extras not in ../../miniroot/list:
     55   1.1    lukem #  disklabel dmesg edlabel mount_kernfs restore 
     56   1.1    lukem 
     57  1.12  tsutsui PROG	sbin/disklabel
     58  1.12  tsutsui PROG	sbin/dmesg
     59  1.12  tsutsui PROG 	sbin/edlabel
     60  1.12  tsutsui 
     61  1.12  tsutsui PROG	sbin/fsck
     62  1.12  tsutsui PROG	sbin/fsck_ffs
     63  1.12  tsutsui 
     64  1.12  tsutsui PROG	sbin/ifconfig
     65  1.12  tsutsui PROG	sbin/init
     66  1.12  tsutsui PROG	sbin/mknod
     67  1.12  tsutsui 
     68  1.12  tsutsui PROG	sbin/mount
     69  1.12  tsutsui PROG	sbin/mount_cd9660
     70  1.12  tsutsui PROG	sbin/mount_ffs
     71  1.12  tsutsui PROG	sbin/mount_kernfs
     72  1.12  tsutsui PROG	sbin/mount_nfs
     73  1.12  tsutsui 
     74  1.12  tsutsui PROG	sbin/newfs	sbin/mount_mfs
     75  1.12  tsutsui PROG	sbin/ping
     76  1.12  tsutsui PROG	sbin/reboot	sbin/halt
     77  1.12  tsutsui 
     78  1.12  tsutsui PROG	sbin/route
     79  1.12  tsutsui PROG	sbin/restore	sbin/rrestore
     80  1.12  tsutsui 
     81  1.12  tsutsui PROG	sbin/shutdown
     82  1.12  tsutsui PROG	sbin/slattach
     83  1.12  tsutsui PROG	sbin/swapctl
     84  1.12  tsutsui PROG	sbin/sysctl
     85  1.12  tsutsui PROG	sbin/umount
     86   1.1    lukem 
     87   1.1    lukem # miniroot files from /bin:
     88   1.1    lukem # Extras not in ../../miniroot/list:
     89   1.1    lukem #  date ps rmdir
     90   1.1    lukem 
     91  1.12  tsutsui PROG	bin/cat
     92  1.12  tsutsui PROG	bin/chmod
     93  1.12  tsutsui PROG	bin/cp
     94  1.12  tsutsui PROG	bin/date
     95  1.12  tsutsui PROG	bin/dd
     96  1.12  tsutsui PROG	bin/df
     97  1.12  tsutsui PROG	bin/ed
     98  1.12  tsutsui PROG	bin/expr
     99  1.12  tsutsui PROG	bin/hostname
    100  1.12  tsutsui PROG	bin/kill
    101  1.12  tsutsui PROG	bin/ln
    102  1.12  tsutsui PROG	bin/ls
    103  1.12  tsutsui PROG	bin/mkdir
    104  1.12  tsutsui PROG	bin/mt
    105  1.12  tsutsui PROG	bin/mv
    106  1.12  tsutsui PROG	bin/pax		usr/bin/tar	usr/bin/cpio
    107  1.12  tsutsui PROG	bin/ps
    108  1.12  tsutsui PROG	bin/pwd
    109  1.12  tsutsui PROG	bin/rm
    110  1.12  tsutsui PROG	bin/rmdir
    111  1.12  tsutsui PROG	bin/sh
    112  1.12  tsutsui PROG	bin/sleep
    113  1.12  tsutsui PROG	bin/stty
    114  1.12  tsutsui PROG	bin/sync
    115  1.12  tsutsui 
    116  1.12  tsutsui PROG	bin/test	bin/[
    117   1.1    lukem 
    118   1.1    lukem # usr.sbin:
    119  1.12  tsutsui PROG	usr/sbin/chown	usr/bin/chgrp
    120  1.12  tsutsui PROG	usr/sbin/eeprom
    121  1.12  tsutsui PROG	usr/sbin/installboot
    122  1.12  tsutsui PROG	usr/sbin/rdate
    123   1.1    lukem 
    124   1.1    lukem # usr.bin:
    125   1.1    lukem 
    126  1.12  tsutsui PROG	usr/bin/chflags
    127  1.12  tsutsui PROG	usr/bin/cksum
    128  1.12  tsutsui PROG	usr/bin/cmp
    129  1.12  tsutsui PROG	usr/bin/ftp
    130  1.12  tsutsui PROG	usr/bin/less	usr/bin/more
    131  1.12  tsutsui PROG	usr/bin/rsh
    132  1.12  tsutsui PROG	usr/bin/sed
    133  1.12  tsutsui PROG	usr/bin/tip
    134  1.12  tsutsui PROG	usr/bin/vi
    135  1.19      abs PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
    136   1.1    lukem 
    137  1.12  tsutsui # install.md still uses sort
    138  1.12  tsutsui PROG	usr/bin/sort
    139   1.1    lukem 
    140  1.12  tsutsui SPECIAL	less		srcdir usr.bin/less/less
    141  1.17  tsutsui SPECIAL	vi		srcdir usr.bin/nvi/build
    142  1.12  tsutsui 
    143  1.12  tsutsui SPECIAL	ed		srcdir	distrib/utils/x_ed
    144  1.12  tsutsui SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
    145  1.12  tsutsui SPECIAL	ping		srcdir	distrib/utils/x_ping
    146  1.12  tsutsui SPECIAL	route		srcdir	distrib/utils/x_route
    147  1.12  tsutsui 
    148  1.12  tsutsui ARGVLN	sh -sh
    149  1.12  tsutsui 
    150  1.12  tsutsui LIBS	libhack.o
    151  1.23      roy LIBS	-lrmt -ledit -lutil -lcurses -lterminfo -lcrypt -ll -lm -lkvm -lbz2 -lz -lprop
    152