Home | History | Annotate | Line # | Download | only in ramdisk
      1 #	$NetBSD: list,v 1.30 2011/06/19 02:25:45 tsutsui Exp $
      2 
      3 SRCDIRS	bin sbin usr.bin usr.sbin sys/arch/pmax/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/mt
     15 PROG	bin/mv
     16 PROG	bin/pax		usr/bin/tar usr/bin/cpio
     17 PROG	bin/pwd
     18 PROG	bin/rm
     19 PROG	bin/sh
     20 PROG	bin/stty
     21 PROG	bin/sync
     22 
     23 PROG	sbin/chown	bin/chgrp
     24 PROG	sbin/disklabel
     25 PROG	sbin/fsck
     26 PROG	sbin/fsck_ffs
     27 PROG	sbin/ifconfig
     28 PROG	sbin/init
     29 PROG	sbin/mknod
     30 PROG	sbin/mount
     31 PROG	sbin/mount_cd9660
     32 PROG	sbin/mount_ffs
     33 PROG	sbin/mount_kernfs
     34 PROG	sbin/mount_msdos
     35 PROG	sbin/mount_nfs
     36 PROG	sbin/newfs	sbin/mount_mfs
     37 PROG	sbin/ping
     38 PROG	sbin/reboot	sbin/halt
     39 PROG	sbin/restore	sbin/rrestore
     40 PROG	sbin/route
     41 PROG	sbin/shutdown
     42 PROG	sbin/slattach
     43 PROG	sbin/umount
     44 
     45 PROG	usr/bin/ftp
     46 PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     47 PROG	usr/bin/sed
     48 PROG	usr/bin/tip
     49 PROG	usr/bin/tset
     50 
     51 PROG	usr/sbin/installboot
     52 
     53 PROG	usr/sbin/chroot
     54 
     55 # init invokes the shell as -sh
     56 ARGVLN	sh -sh
     57 
     58 SPECIAL	gzip	srcdir	distrib/utils/x_gzip
     59 SPECIAL	ping	srcdir	distrib/utils/x_ping
     60 
     61 LIBS	-ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
     62 
     63 # we need the boot blocks /usr/mdec
     64 COPY	${DESTDIR}/usr/mdec/bootxx_ffs		usr/mdec/bootxx_ffs
     65 COPY	${DESTDIR}/usr/mdec/bootxx_ffsv2	usr/mdec/bootxx_ffsv2
     66 COPY	${DESTDIR}/usr/mdec/boot.pmax		usr/mdec/boot.pmax
     67 
     68 # various files that we need in /etc for the install
     69 COPY	${NETBSDSRCDIR}/etc/group		etc/group
     70 COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     71 COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     72 COPY	${DISTRIBDIR}/common/protocols		etc/protocols
     73 COPY	${DISTRIBDIR}/common/services		etc/services
     74 
     75 # and the shell startup files
     76 COPY	${CURDIR}/dot.profile			.profile
     77