Home | History | Annotate | Line # | Download | only in inst-common
list revision 1.3
      1  1.3  ragge #	$NetBSD: list,v 1.3 1998/06/30 20:14:19 ragge Exp $
      2  1.1  ragge 
      3  1.1  ragge # copy the crunched binary, link to it, and kill it
      4  1.1  ragge COPY	${OBJDIR}/instbin	instbin
      5  1.1  ragge LINK	instbin			bin/cat
      6  1.1  ragge LINK	instbin			bin/chmod
      7  1.1  ragge LINK	instbin			bin/cp
      8  1.1  ragge LINK	instbin			bin/dd
      9  1.1  ragge LINK	instbin			bin/df
     10  1.1  ragge LINK	instbin			bin/ed
     11  1.1  ragge LINK	instbin			bin/expr
     12  1.1  ragge LINK	instbin			bin/ln
     13  1.1  ragge LINK	instbin			bin/ls
     14  1.1  ragge LINK	instbin			bin/mkdir
     15  1.1  ragge LINK	instbin			bin/mv
     16  1.1  ragge LINK	instbin			bin/mt
     17  1.1  ragge LINK	instbin			bin/rm
     18  1.1  ragge LINK	instbin			bin/sh
     19  1.1  ragge LINK	instbin			bin/-sh
     20  1.1  ragge LINK	instbin			bin/stty
     21  1.1  ragge LINK	instbin			bin/sync
     22  1.1  ragge LINK	instbin			bin/test
     23  1.1  ragge LINK	instbin			bin/[
     24  1.1  ragge LINK	instbin			sbin/disklabel
     25  1.1  ragge LINK	instbin			sbin/fsck
     26  1.3  ragge LINK	instbin			sbin/fsck_ffs
     27  1.1  ragge LINK	instbin			sbin/halt
     28  1.1  ragge LINK	instbin			sbin/ifconfig
     29  1.1  ragge LINK	instbin			sbin/init
     30  1.1  ragge LINK	instbin			sbin/mknod
     31  1.1  ragge LINK	instbin			sbin/mount
     32  1.1  ragge LINK	instbin			sbin/mount_ffs
     33  1.1  ragge LINK	instbin			sbin/mount_nfs
     34  1.1  ragge LINK	instbin			sbin/newfs
     35  1.1  ragge LINK	instbin			sbin/route
     36  1.1  ragge LINK	instbin			sbin/slattach
     37  1.1  ragge LINK	instbin			sbin/umount
     38  1.1  ragge LINK	instbin			usr/bin/awk
     39  1.1  ragge LINK	instbin			usr/bin/chgrp
     40  1.1  ragge LINK	instbin			usr/bin/ftp
     41  1.1  ragge LINK	instbin			usr/bin/gunzip
     42  1.1  ragge LINK	instbin			usr/bin/gzcat
     43  1.1  ragge LINK	instbin			usr/bin/gzip
     44  1.1  ragge LINK	instbin			usr/bin/sed
     45  1.1  ragge LINK	instbin			usr/bin/tar
     46  1.1  ragge # LINK	instbin			usr/sbin/bad144
     47  1.1  ragge LINK	instbin			usr/sbin/chown
     48  1.1  ragge LINK	instbin			usr/sbin/update
     49  1.1  ragge SPECIAL	/bin/rm instbin
     50  1.1  ragge 
     51  1.1  ragge # copy the MAKEDEV script and make some devices
     52  1.1  ragge COPY	${DESTDIR}/dev/MAKEDEV	dev/MAKEDEV
     53  1.3  ragge SPECIAL	cd dev; sh MAKEDEV all
     54  1.1  ragge 
     55  1.1  ragge # various files that we need in /etc for the install
     56  1.1  ragge COPY	${DESTDIR}/etc/group		etc
     57  1.1  ragge COPY	${DESTDIR}/etc/master.passwd	etc
     58  1.1  ragge COPY	${DESTDIR}/etc/passwd		etc
     59  1.1  ragge COPY	${DESTDIR}/etc/protocols	etc
     60  1.1  ragge COPY	${DESTDIR}/etc/pwd.db		etc
     61  1.1  ragge COPY	${DESTDIR}/etc/services		etc
     62  1.1  ragge COPY	${DESTDIR}/etc/spwd.db		etc
     63  1.1  ragge 
     64  1.1  ragge # and the common installation tools
     65  1.1  ragge COPY	${TOPDIR}/inst-common/termcap.vt	usr/share/misc/termcap
     66  1.1  ragge 
     67  1.3  ragge SPECIAL	strip /sys/arch/vax/compile/MINIROOT/netbsd
     68  1.3  ragge COPY	/sys/arch/vax/compile/MINIROOT/netbsd	.
     69  1.3  ragge COPY	/sys/arch/vax/boot/boot	.
     70  1.3  ragge COPY	/sys/arch/vax/boot/xxboot	usr/mdec
     71  1.3  ragge LINK	usr/mdec/xxboot			usr/mdec/raboot
     72  1.3  ragge LINK	usr/mdec/xxboot			usr/mdec/hpboot
     73  1.3  ragge LINK	usr/mdec/xxboot			usr/mdec/rdboot
     74  1.3  ragge LINK	usr/mdec/xxboot			usr/mdec/sdboot
     75