Home | History | Annotate | Line # | Download | only in inst-common
list revision 1.12
      1  1.12     abs #	$NetBSD: list,v 1.12 2009/09/20 23:19:56 abs 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.6  mhitch LINK	instbin			usr/sbin/installboot
     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.12     abs COPY	${DESTDIR}/etc/group			etc
     57  1.12     abs COPY	${DESTDIR}/etc/master.passwd		etc
     58  1.12     abs COPY	${DESTDIR}/etc/netconfig		etc
     59  1.12     abs COPY	${DESTDIR}/etc/passwd			etc
     60  1.12     abs COPY	${DISTRIBDIR}/common/protocols		etc
     61  1.12     abs COPY	${DESTDIR}/etc/pwd.db			etc
     62  1.11     abs COPY	${DISTRIBDIR}/common/services		etc
     63  1.12     abs COPY	${DESTDIR}/etc/spwd.db			etc
     64   1.1   ragge 
     65   1.1   ragge # and the common installation tools
     66  1.12     abs COPY	${DISTRIBDIR}/common/termcap		usr/share/misc/termcap
     67   1.1   ragge 
     68   1.3   ragge SPECIAL	strip /sys/arch/vax/compile/MINIROOT/netbsd
     69   1.3   ragge COPY	/sys/arch/vax/compile/MINIROOT/netbsd	.
     70   1.3   ragge COPY	/sys/arch/vax/boot/boot	.
     71   1.3   ragge COPY	/sys/arch/vax/boot/xxboot	usr/mdec
     72   1.3   ragge LINK	usr/mdec/xxboot			usr/mdec/raboot
     73   1.3   ragge LINK	usr/mdec/xxboot			usr/mdec/hpboot
     74   1.3   ragge LINK	usr/mdec/xxboot			usr/mdec/rdboot
     75   1.3   ragge LINK	usr/mdec/xxboot			usr/mdec/sdboot
     76