[BACK]Return to list CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / x68k / floppies / ramdisk

Annotation of src/distrib/x68k/floppies/ramdisk/list, Revision 1.29

1.29    ! tsutsui     1: #      $NetBSD: list,v 1.28 2010/02/11 09:06:51 roy Exp $
1.15      lukem       2:
                      3: SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/x68k/stand
1.1       oki         4:
                      5: # copy the crunched binary, link to it, and kill it
1.15      lukem       6: PROG   bin/cat
                      7: PROG   bin/chmod
                      8: PROG   bin/cp
                      9: PROG   bin/dd
                     10: PROG   bin/df
                     11: #PROG  bin/ed
                     12: PROG   bin/ln
                     13: PROG   bin/ls
                     14: PROG   bin/mkdir
                     15: #PROG  bin/mt
                     16: PROG   bin/mv
                     17: PROG   bin/pax         usr/bin/tar
                     18: PROG   bin/pwd
                     19: PROG   bin/rm
                     20: PROG   bin/sh
                     21: #PROG  bin/sleep
                     22: PROG   bin/stty
                     23: PROG   bin/sync
                     24:
1.29    ! tsutsui    25: PROG   sbin/chown      bin/chgrp
1.15      lukem      26: PROG   sbin/disklabel
                     27: PROG   sbin/dmesg
                     28: PROG   sbin/fsck
                     29: PROG   sbin/fsck_ffs
                     30: PROG   sbin/ifconfig
                     31: PROG   sbin/init
                     32: PROG   sbin/mknod
1.17      isaki      33: PROG   sbin/mount
                     34: PROG   sbin/mount_cd9660
                     35: PROG   sbin/mount_ffs
                     36: PROG   sbin/mount_kernfs
                     37: PROG   sbin/mount_msdos
                     38: PROG   sbin/mount_nfs
1.15      lukem      39: PROG   sbin/newfs      sbin/mount_mfs
                     40: PROG   sbin/ping
                     41: PROG   sbin/reboot     sbin/halt
                     42: PROG   sbin/route
                     43: PROG   sbin/shutdown
                     44: #PROG  sbin/slattach
                     45: PROG   sbin/swapctl
                     46: PROG   sbin/umount
                     47:
                     48: PROG   usr/bin/ftp
                     49: PROG   usr/bin/gzip    usr/bin/gzcat usr/bin/gunzip
                     50: PROG   usr/bin/more    usr/bin/less
                     51: PROG   usr/mdec/newdisk
                     52: PROG   usr/mdec/installboot usr/mdec/installboot.new
                     53: #PROG  usr/sbin/chroot
                     54: PROG   usr/sbin/memswitch
                     55:
                     56: ARGVLN sh -sh
                     57:
                     58: #SPECIAL ed            srcdir  distrib/utils/x_ed
                     59: SPECIAL gzip           srcdir  distrib/utils/x_gzip
                     60: SPECIAL ifconfig       srcdir  distrib/utils/x_ifconfig
                     61: SPECIAL more           srcdir  distrib/utils/more
                     62: SPECIAL ping           srcdir  distrib/utils/x_ping
                     63: SPECIAL route          srcdir  distrib/utils/x_route
                     64: SPECIAL        installboot     srcdir  sys/arch/x68k/stand/installboot
                     65:
                     66: # libhack.o is built by Makefile & included Makefile.inc
1.27      roy        67: LIBS   libhack.o -lz -lutil -lcurses -lterminfo -lcrypt -ll -lm -lprop
1.1       oki        68:
1.7       minoura    69: # various files that we need in /etc for the install
1.15      lukem      70: COPY   ${NETBSDSRCDIR}/etc/master.passwd       etc/master.passwd
                     71: COPY   ${NETBSDSRCDIR}/etc/group               etc/group
                     72: COPY   ${NETBSDSRCDIR}/etc/netconfig           etc/netconfig
1.24      abs        73: COPY   ${DISTRIBDIR}/common/protocols          etc/protocols
                     74: COPY   ${DISTRIBDIR}/common/services           etc/services
1.15      lukem      75:
                     76: # we need the boot blocks in /usr/mdec
                     77: COPY   ${DESTDIR}/usr/mdec/xxboot_ufs  usr/mdec/xxboot_ufs
                     78: LINK   usr/mdec/xxboot_ufs             usr/mdec/sdboot_ufs
                     79: LINK   usr/mdec/xxboot_ufs             usr/mdec/fdboot_ufs
                     80: COPY   ${DESTDIR}/usr/mdec/boot        usr/mdec/boot
                     81: COPY   ${DESTDIR}/usr/mdec/mboot       usr/mdec/mboot
1.1       oki        82:
                     83: # and the installation tools
1.9       tron       84: COPY   ${CURDIR}/dot.profile           .profile

CVSweb <webmaster@jp.NetBSD.org>