Home | History | Annotate | Line # | Download | only in inst-common
      1  1.15  tsutsui #	$NetBSD: list,v 1.15 2011/01/14 10:26:37 tsutsui 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.15  tsutsui LINK	instbin			bin/chgrp
      7   1.1    ragge LINK	instbin			bin/chmod
      8   1.1    ragge LINK	instbin			bin/cp
      9   1.1    ragge LINK	instbin			bin/dd
     10   1.1    ragge LINK	instbin			bin/df
     11   1.1    ragge LINK	instbin			bin/ed
     12   1.1    ragge LINK	instbin			bin/expr
     13   1.1    ragge LINK	instbin			bin/ln
     14   1.1    ragge LINK	instbin			bin/ls
     15   1.1    ragge LINK	instbin			bin/mkdir
     16   1.1    ragge LINK	instbin			bin/mv
     17   1.1    ragge LINK	instbin			bin/mt
     18   1.1    ragge LINK	instbin			bin/rm
     19   1.1    ragge LINK	instbin			bin/sh
     20   1.1    ragge LINK	instbin			bin/-sh
     21   1.1    ragge LINK	instbin			bin/stty
     22   1.1    ragge LINK	instbin			bin/sync
     23   1.1    ragge LINK	instbin			bin/test
     24   1.1    ragge LINK	instbin			bin/[
     25  1.15  tsutsui LINK	instbin			sbin/chown
     26   1.1    ragge LINK	instbin			sbin/disklabel
     27   1.1    ragge LINK	instbin			sbin/fsck
     28   1.3    ragge LINK	instbin			sbin/fsck_ffs
     29   1.1    ragge LINK	instbin			sbin/halt
     30   1.1    ragge LINK	instbin			sbin/ifconfig
     31   1.1    ragge LINK	instbin			sbin/init
     32   1.1    ragge LINK	instbin			sbin/mknod
     33   1.1    ragge LINK	instbin			sbin/mount
     34   1.1    ragge LINK	instbin			sbin/mount_ffs
     35   1.1    ragge LINK	instbin			sbin/mount_nfs
     36   1.1    ragge LINK	instbin			sbin/newfs
     37   1.1    ragge LINK	instbin			sbin/route
     38   1.1    ragge LINK	instbin			sbin/slattach
     39   1.1    ragge LINK	instbin			sbin/umount
     40   1.1    ragge LINK	instbin			usr/bin/awk
     41   1.1    ragge LINK	instbin			usr/bin/ftp
     42   1.1    ragge LINK	instbin			usr/bin/gunzip
     43   1.1    ragge LINK	instbin			usr/bin/gzcat
     44   1.1    ragge LINK	instbin			usr/bin/gzip
     45   1.1    ragge LINK	instbin			usr/bin/sed
     46   1.1    ragge LINK	instbin			usr/bin/tar
     47   1.1    ragge # LINK	instbin			usr/sbin/bad144
     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.3    ragge SPECIAL	strip /sys/arch/vax/compile/MINIROOT/netbsd
     66   1.3    ragge COPY	/sys/arch/vax/compile/MINIROOT/netbsd	.
     67   1.3    ragge COPY	/sys/arch/vax/boot/boot	.
     68   1.3    ragge COPY	/sys/arch/vax/boot/xxboot	usr/mdec
     69   1.3    ragge LINK	usr/mdec/xxboot			usr/mdec/raboot
     70   1.3    ragge LINK	usr/mdec/xxboot			usr/mdec/hpboot
     71   1.3    ragge LINK	usr/mdec/xxboot			usr/mdec/rdboot
     72   1.3    ragge LINK	usr/mdec/xxboot			usr/mdec/sdboot
     73