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