Home | History | Annotate | Line # | Download | only in inst-common
      1  1.20  tsutsui #	$NetBSD: list,v 1.20 2011/01/14 10:26:29 tsutsui Exp $
      2   1.1   chopps 
      3   1.1   chopps # copy the crunched binary, link to it, and kill it
      4   1.1   chopps COPY	${OBJDIR}/instbin	instbin
      5   1.1   chopps LINK	instbin			bin/cat
      6  1.20  tsutsui LINK	instbin			bin/chgrp
      7   1.1   chopps LINK	instbin			bin/chmod
      8   1.1   chopps LINK	instbin			bin/cp
      9   1.1   chopps LINK	instbin			bin/df
     10   1.3   chopps LINK	instbin			bin/dd
     11   1.1   chopps LINK	instbin			bin/ed
     12   1.1   chopps LINK	instbin			bin/expr
     13   1.1   chopps LINK	instbin			bin/ln
     14   1.1   chopps LINK	instbin			bin/ls
     15   1.1   chopps LINK	instbin			bin/mkdir
     16   1.1   chopps LINK	instbin			bin/mv
     17   1.3   chopps LINK	instbin			bin/pwd
     18   1.1   chopps LINK	instbin			bin/rm
     19   1.1   chopps LINK	instbin			bin/sh
     20   1.1   chopps LINK	instbin			bin/-sh
     21   1.1   chopps LINK	instbin			bin/stty
     22   1.1   chopps LINK	instbin			bin/sync
     23   1.1   chopps LINK	instbin			bin/test
     24   1.1   chopps LINK	instbin			bin/[
     25  1.20  tsutsui LINK	instbin			sbin/chown
     26   1.1   chopps LINK	instbin			sbin/disklabel
     27   1.1   chopps LINK	instbin			sbin/fsck
     28   1.6    veego LINK	instbin			sbin/fsck_ffs
     29   1.1   chopps LINK	instbin			sbin/ifconfig
     30   1.5      jtc LINK	instbin			sbin/halt
     31   1.1   chopps LINK	instbin			sbin/init
     32   1.1   chopps LINK	instbin			sbin/mknod
     33   1.1   chopps LINK	instbin			sbin/mount
     34   1.1   chopps LINK	instbin			sbin/mount_cd9660
     35   1.1   chopps LINK	instbin			sbin/mount_ados
     36   1.2   chopps LINK	instbin			sbin/mount_ffs
     37   1.1   chopps LINK	instbin			sbin/mount_nfs
     38   1.1   chopps LINK	instbin			sbin/newfs
     39   1.1   chopps LINK	instbin			sbin/reboot
     40   1.1   chopps LINK	instbin			sbin/route
     41   1.1   chopps LINK	instbin			sbin/shutdown
     42   1.1   chopps LINK	instbin			sbin/slattach
     43   1.1   chopps LINK	instbin			sbin/umount
     44   1.8       is LINK	instbin			usr/bin/awk
     45   1.1   chopps LINK	instbin			usr/bin/ftp
     46   1.1   chopps LINK	instbin			usr/bin/gunzip
     47   1.1   chopps LINK	instbin			usr/bin/gzcat
     48   1.1   chopps LINK	instbin			usr/bin/gzip
     49   1.1   chopps LINK	instbin			usr/bin/more
     50   1.3   chopps LINK	instbin			usr/bin/printf
     51   1.1   chopps LINK	instbin			usr/bin/sed
     52   1.1   chopps LINK	instbin			usr/bin/strings
     53   1.1   chopps LINK	instbin			usr/bin/tar
     54   1.1   chopps LINK	instbin			usr/bin/tip
     55   1.1   chopps LINK	instbin			usr/sbin/chroot
     56   1.4   chopps LINK	instbin			usr/sbin/pppd
     57   1.1   chopps SPECIAL	/bin/rm instbin
     58   1.1   chopps 
     59   1.1   chopps # copy the MAKEDEV script and make some devices
     60   1.1   chopps COPY	${DESTDIR}/dev/MAKEDEV	dev/MAKEDEV
     61   1.1   chopps SPECIAL	cd dev; sh MAKEDEV floppy
     62  1.13      apb SPECIAL	/bin/rm dev/MAKEDEV
     63   1.1   chopps 
     64   1.1   chopps # we need the contents of /usr/mdec (XXX)
     65   1.8       is COPY	${DESTDIR}/usr/mdec/*	usr/mdec
     66   1.1   chopps 
     67   1.1   chopps # various files that we need in /etc for the install
     68  1.14      abs COPY	${DESTDIR}/etc/group				etc
     69  1.14      abs COPY	${DESTDIR}/etc/master.passwd			etc
     70  1.15  tsutsui COPY	${DESTDIR}/etc/netconfig			etc
     71  1.14      abs COPY	${DESTDIR}/etc/passwd				etc
     72  1.16      abs COPY	${DISTRIBDIR}/common/protocols	etc
     73  1.14      abs COPY	${DESTDIR}/etc/pwd.db				etc
     74  1.16      abs COPY	${DISTRIBDIR}/common/services		etc
     75  1.14      abs COPY	${DESTDIR}/etc/spwd.db				etc
     76   1.1   chopps 
     77   1.1   chopps # and the common installation tools
     78   1.1   chopps COPY	${TOPDIR}/inst-common/dot.commonutils	.commonutils
     79