Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.8
      1  1.8  shiba #	$NetBSD: list,v 1.8 2002/03/23 16:38:51 shiba Exp $
      2  1.1  ender 
      3  1.8  shiba SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin gnu/usr.bin/binutils
      4  1.8  shiba 
      5  1.8  shiba PROG	bin/cat
      6  1.8  shiba PROG	bin/chmod
      7  1.8  shiba PROG	bin/cp
      8  1.8  shiba PROG	bin/dd
      9  1.8  shiba PROG	bin/df
     10  1.8  shiba PROG	bin/ed
     11  1.8  shiba PROG	bin/ln
     12  1.8  shiba PROG	bin/ls
     13  1.8  shiba PROG	bin/mkdir
     14  1.8  shiba PROG	bin/mt
     15  1.8  shiba PROG	bin/mv
     16  1.8  shiba PROG	bin/pax		usr/bin/tar
     17  1.8  shiba PROG	bin/pwd
     18  1.8  shiba PROG	bin/rm
     19  1.8  shiba PROG	bin/sh
     20  1.8  shiba PROG	bin/stty
     21  1.8  shiba PROG	bin/sync
     22  1.8  shiba PROG	bin/test	bin/[
     23  1.8  shiba PROG	sbin/disklabel
     24  1.8  shiba PROG	sbin/fsck
     25  1.8  shiba PROG	sbin/fsck_ffs
     26  1.8  shiba PROG	sbin/ifconfig
     27  1.8  shiba PROG	sbin/init
     28  1.8  shiba PROG	sbin/mknod
     29  1.8  shiba PROG	sbin/mount
     30  1.8  shiba PROG	sbin/mount_cd9660
     31  1.8  shiba PROG	sbin/mount_ffs
     32  1.8  shiba PROG	sbin/mount_kernfs
     33  1.8  shiba PROG	sbin/mount_msdos
     34  1.8  shiba PROG	sbin/mount_nfs
     35  1.8  shiba PROG	sbin/newfs	sbin/mount_mfs
     36  1.8  shiba PROG	sbin/ping
     37  1.8  shiba PROG	sbin/reboot	sbin/halt
     38  1.8  shiba PROG	sbin/restore	sbin/rrestore
     39  1.8  shiba PROG	sbin/route
     40  1.8  shiba PROG	sbin/shutdown
     41  1.8  shiba PROG	sbin/slattach
     42  1.8  shiba PROG	sbin/swapctl	sbin/swapon
     43  1.8  shiba PROG	sbin/umount
     44  1.8  shiba PROG	usr/bin/gzip	usr/bin/gzcat	usr/bin/gunzip
     45  1.8  shiba PROG	usr/bin/ftp
     46  1.8  shiba PROG	usr/bin/sed
     47  1.8  shiba PROG	usr/bin/tset
     48  1.8  shiba PROG	usr/bin/more
     49  1.8  shiba PROG	usr/bin/less
     50  1.8  shiba #PROG	usr/bin/strings
     51  1.8  shiba PROG	usr/bin/tip
     52  1.8  shiba 
     53  1.8  shiba PROG	usr/sbin/chown	usr/bin/chgrp
     54  1.8  shiba PROG	usr/sbin/chroot
     55  1.8  shiba 
     56  1.8  shiba SPECIAL	dd		srcdir	distrib/utils/x_dd
     57  1.8  shiba SPECIAL	ed		srcdir	distrib/utils/x_ed
     58  1.8  shiba SPECIAL	gzip		srcdir	distrib/utils/x_gzip
     59  1.8  shiba SPECIAL	mount		srcdir	distrib/utils/x_mount
     60  1.8  shiba SPECIAL	umount		srcdir	distrib/utils/x_umount
     61  1.8  shiba SPECIAL	more		srcdir	distrib/utils/more
     62  1.8  shiba SPECIAL	init		srcdir	distrib/utils/init_s
     63  1.8  shiba SPECIAL	ftp		srcdir	distrib/utils/x_ftp
     64  1.8  shiba SPECIAL	ping		srcdir	distrib/utils/x_ping
     65  1.8  shiba SPECIAL	route		srcdir	distrib/utils/x_route
     66  1.8  shiba SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     67  1.8  shiba SPECIAL	sh		srcdir	distrib/utils/x_sh
     68  1.8  shiba 
     69  1.8  shiba LIBS    libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
     70  1.8  shiba #LIBS	libhack.o -lbz2 -lutil -lcurses -ltermcap -lcrypt -ll -lm
     71  1.8  shiba 
     72  1.8  shiba # init invokes the shell as -sh
     73  1.8  shiba ARGVLN	sh	-sh
     74  1.1  ender 
     75  1.1  ender # various files that we need in /etc for the install
     76  1.8  shiba COPY	${_SRC_TOP_}/etc/group		etc/group
     77  1.8  shiba COPY	${_SRC_TOP_}/etc/master.passwd	etc/master.passwd
     78  1.8  shiba COPY	${_SRC_TOP_}/etc/protocols	etc/protocols
     79  1.8  shiba COPY	${_SRC_TOP_}/etc/netconfig	etc/netconfig
     80  1.8  shiba COPY	${_SRC_TOP_}/etc/services	etc/services
     81  1.1  ender 
     82  1.1  ender # and the common installation tools
     83  1.1  ender COPY	${CURDIR}/../../miniroot/termcap	usr/share/misc/termcap
     84  1.1  ender 
     85  1.1  ender # the disktab explanation file
     86  1.2   tron COPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall
     87  1.1  ender 
     88  1.1  ender # and the installation tools
     89  1.2   tron COPY	${CURDIR}/dot.profile			.profile
     90  1.2   tron COPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
     91  1.1  ender 
     92  1.1  ender # and a copy of the INSTALL notes
     93  1.7  shiba COPY	${NOTESOBJDIR}/INSTALL.more		INSTALL.more
     94