Home | History | Annotate | Line # | Download | only in ramdisk
      1 #	$NetBSD: list,v 1.20 2011/06/19 02:25:46 tsutsui Exp $
      2 
      3 SRCDIRS	bin sbin usr.bin usr.sbin sys/arch/sgimips/stand
      4 
      5 PROG	bin/cat
      6 PROG	bin/chmod
      7 PROG	bin/cp
      8 PROG	bin/dd
      9 PROG	bin/df
     10 PROG	bin/ed
     11 PROG	bin/ln
     12 PROG	bin/ls
     13 PROG	bin/mkdir
     14 PROG	bin/mv
     15 PROG	bin/pax		usr/bin/tar
     16 PROG	bin/pwd
     17 PROG	bin/rm
     18 PROG	bin/sh
     19 PROG	bin/stty
     20 PROG	bin/sync
     21 
     22 PROG	sbin/chown	bin/chgrp
     23 PROG	sbin/disklabel
     24 PROG	sbin/fsck
     25 PROG	sbin/fsck_ffs
     26 PROG	sbin/ifconfig
     27 PROG	sbin/init
     28 PROG	sbin/mknod
     29 PROG	sbin/mount
     30 PROG	sbin/mount_cd9660
     31 PROG	sbin/mount_ffs
     32 PROG	sbin/mount_nfs
     33 PROG	sbin/newfs	sbin/mount_mfs
     34 PROG	sbin/ping
     35 PROG	sbin/reboot	sbin/halt
     36 PROG	sbin/restore	sbin/rrestore
     37 PROG	sbin/route
     38 PROG	sbin/shutdown
     39 PROG	sbin/umount
     40 
     41 PROG	usr/bin/ftp
     42 PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     43 PROG	usr/bin/sed
     44 
     45 PROG	usr/mdec/sgivol
     46 
     47 PROG	usr/sbin/chroot
     48 
     49 SPECIAL	ed		srcdir	distrib/utils/x_ed
     50 SPECIAL	gzip		srcdir	distrib/utils/x_gzip
     51 SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     52 SPECIAL	ping		srcdir	distrib/utils/x_ping
     53 SPECIAL	route		srcdir	distrib/utils/x_route
     54 SPECIAL	umount		srcdir	distrib/utils/x_umount
     55 SPECIAL	sgivol		srcdir	sys/arch/sgimips/stand/sgivol
     56 
     57 LIBS	libhack.o -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
     58 
     59 # init invokes the shell as -sh
     60 ARGVLN	sh -sh
     61 
     62 # we need the boot blocks /usr/mdec
     63 COPY	${DESTDIR}/usr/mdec/aoutboot		usr/mdec/aoutboot
     64 COPY	${DESTDIR}/usr/mdec/ip2xboot		usr/mdec/ip2xboot
     65 COPY	${DESTDIR}/usr/mdec/ip3xboot		usr/mdec/ip3xboot
     66 
     67 # various files that we need in /etc for the install
     68 COPY	${NETBSDSRCDIR}/etc/group		etc/group
     69 COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     70 COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     71 COPY	${DISTRIBDIR}/common/protocols		etc/protocols
     72 COPY	${DISTRIBDIR}/common/services		etc/services
     73 
     74 # and the shell startup files
     75 COPY	${CURDIR}/dot.profile			.profile
     76