Home | History | Annotate | Line # | Download | only in install
list revision 1.1
      1  1.1  leo #	$NetBSD: list,v 1.1 2002/04/12 21:11:47 leo Exp $
      2  1.1  leo 
      3  1.1  leo PROG	bin/cat
      4  1.1  leo PROG	bin/chmod
      5  1.1  leo PROG	bin/cp
      6  1.1  leo PROG	bin/expr
      7  1.1  leo PROG	bin/ln
      8  1.1  leo PROG	bin/ls
      9  1.1  leo PROG	bin/mkdir
     10  1.1  leo PROG	bin/mv
     11  1.1  leo PROG	bin/pax		usr/bin/tar
     12  1.1  leo PROG	bin/pwd
     13  1.1  leo PROG	bin/rm
     14  1.1  leo PROG	bin/sh
     15  1.1  leo PROG	bin/stty
     16  1.1  leo 
     17  1.1  leo PROG	sbin/disklabel
     18  1.1  leo PROG	sbin/fsck
     19  1.1  leo PROG	sbin/fsck_ffs
     20  1.1  leo PROG	sbin/ifconfig
     21  1.1  leo PROG	sbin/init
     22  1.1  leo PROG	sbin/mknod
     23  1.1  leo PROG	sbin/mount
     24  1.1  leo PROG	sbin/mount_cd9660
     25  1.1  leo PROG	sbin/mount_ffs
     26  1.1  leo PROG	sbin/mount_kernfs
     27  1.1  leo PROG	sbin/mount_msdos
     28  1.1  leo PROG	sbin/mount_nfs
     29  1.1  leo PROG	sbin/newfs	sbin/mount_mfs
     30  1.1  leo PROG	sbin/ping
     31  1.1  leo PROG	sbin/reboot	sbin/halt
     32  1.1  leo PROG	sbin/route
     33  1.1  leo PROG	sbin/swapctl
     34  1.1  leo PROG	sbin/umount
     35  1.1  leo 
     36  1.1  leo PROG	usr/bin/ftp
     37  1.1  leo PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
     38  1.1  leo PROG	usr/bin/sed
     39  1.1  leo 
     40  1.1  leo PROG	usr/mdec/installboot
     41  1.1  leo 
     42  1.1  leo PROG	usr/sbin/chown	usr/bin/chgrp
     43  1.1  leo PROG	usr/sbin/chroot
     44  1.1  leo 
     45  1.1  leo PROG	sbin/ahdilabel
     46  1.1  leo PROG	usr/sbin/loadkmap
     47  1.1  leo 
     48  1.1  leo SPECIAL	ftp		srcdir	distrib/utils/x_ftp
     49  1.1  leo SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     50  1.1  leo SPECIAL	mount		srcdir	distrib/utils/x_mount
     51  1.1  leo SPECIAL	ping		srcdir	distrib/utils/x_ping
     52  1.1  leo SPECIAL	route		srcdir	distrib/utils/x_route
     53  1.1  leo SPECIAL	umount		srcdir	distrib/utils/x_umount
     54  1.1  leo 
     55  1.1  leo # various files that we need in /etc for the install
     56  1.1  leo COPY	${_SRC_TOP_}/etc/netconfig	etc/netconfig
     57  1.1  leo COPY	${_SRC_TOP_}/etc/protocols	etc/protocols
     58  1.1  leo COPY	${_SRC_TOP_}/etc/services	etc/services
     59  1.1  leo 
     60  1.1  leo # we need the boot block code in /usr/mdec
     61  1.1  leo COPY	${DESTDIR}/usr/mdec/fdboot	usr/mdec/fdboot
     62  1.1  leo COPY	${DESTDIR}/usr/mdec/sdb00t.ahdi	usr/mdec/sdb00t.ahdi
     63  1.1  leo COPY	${DESTDIR}/usr/mdec/wdb00t.ahdi	usr/mdec/wdb00t.ahdi
     64  1.1  leo COPY	${DESTDIR}/usr/mdec/xxboot.ahdi	usr/mdec/xxboot.ahdi
     65  1.1  leo COPY	${DESTDIR}/usr/mdec/sdboot	usr/mdec/sdboot
     66  1.1  leo COPY	${DESTDIR}/usr/mdec/wdboot	usr/mdec/wdboot
     67  1.1  leo COPY	${DESTDIR}/usr/mdec/bootxx	usr/mdec/bootxx
     68