Home | History | Annotate | Line # | Download | only in inst-common
list revision 1.9.8.1
      1  1.9.8.1  wrstuden #	$NetBSD: list,v 1.9.8.1 1999/12/27 18:28:17 wrstuden 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.1    chopps LINK	instbin			bin/chmod
      7      1.1    chopps LINK	instbin			bin/cp
      8      1.1    chopps LINK	instbin			bin/df
      9      1.3    chopps LINK	instbin			bin/dd
     10      1.1    chopps LINK	instbin			bin/ed
     11      1.1    chopps LINK	instbin			bin/expr
     12      1.1    chopps LINK	instbin			bin/ln
     13      1.1    chopps LINK	instbin			bin/ls
     14      1.1    chopps LINK	instbin			bin/mkdir
     15      1.1    chopps LINK	instbin			bin/mv
     16      1.3    chopps LINK	instbin			bin/pwd
     17      1.1    chopps LINK	instbin			bin/rm
     18      1.1    chopps LINK	instbin			bin/sh
     19      1.1    chopps LINK	instbin			bin/-sh
     20      1.1    chopps LINK	instbin			bin/stty
     21      1.1    chopps LINK	instbin			bin/sync
     22      1.1    chopps LINK	instbin			bin/test
     23      1.1    chopps LINK	instbin			bin/[
     24      1.1    chopps LINK	instbin			sbin/disklabel
     25      1.1    chopps LINK	instbin			sbin/fsck
     26      1.6     veego LINK	instbin			sbin/fsck_ffs
     27      1.1    chopps LINK	instbin			sbin/ifconfig
     28      1.5       jtc LINK	instbin			sbin/halt
     29      1.1    chopps LINK	instbin			sbin/init
     30      1.1    chopps LINK	instbin			sbin/mknod
     31      1.1    chopps LINK	instbin			sbin/mount
     32      1.1    chopps LINK	instbin			sbin/mount_cd9660
     33      1.1    chopps LINK	instbin			sbin/mount_ados
     34      1.2    chopps LINK	instbin			sbin/mount_ffs
     35      1.1    chopps LINK	instbin			sbin/mount_nfs
     36      1.1    chopps LINK	instbin			sbin/newfs
     37      1.1    chopps LINK	instbin			sbin/reboot
     38      1.1    chopps LINK	instbin			sbin/route
     39      1.1    chopps LINK	instbin			sbin/shutdown
     40      1.1    chopps LINK	instbin			sbin/slattach
     41      1.1    chopps LINK	instbin			sbin/umount
     42      1.8        is LINK	instbin			usr/bin/awk
     43      1.1    chopps LINK	instbin			usr/bin/chgrp
     44      1.1    chopps LINK	instbin			usr/bin/ftp
     45      1.1    chopps LINK	instbin			usr/bin/gunzip
     46      1.1    chopps LINK	instbin			usr/bin/gzcat
     47      1.1    chopps LINK	instbin			usr/bin/gzip
     48      1.1    chopps LINK	instbin			usr/bin/more
     49      1.3    chopps LINK	instbin			usr/bin/printf
     50      1.1    chopps LINK	instbin			usr/bin/sed
     51      1.1    chopps LINK	instbin			usr/bin/strings
     52      1.1    chopps LINK	instbin			usr/bin/tar
     53      1.1    chopps LINK	instbin			usr/bin/tip
     54      1.1    chopps LINK	instbin			usr/sbin/chown
     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.1    chopps 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.1    chopps COPY	${DESTDIR}/etc/group		etc
     69      1.1    chopps COPY	${DESTDIR}/etc/master.passwd	etc
     70      1.1    chopps COPY	${DESTDIR}/etc/passwd		etc
     71      1.1    chopps COPY	${DESTDIR}/etc/protocols	etc
     72      1.1    chopps COPY	${DESTDIR}/etc/pwd.db		etc
     73      1.1    chopps COPY	${DESTDIR}/etc/services		etc
     74      1.1    chopps COPY	${DESTDIR}/etc/spwd.db		etc
     75      1.1    chopps 
     76      1.1    chopps # and the common installation tools
     77      1.1    chopps COPY	${TOPDIR}/inst-common/dot.commonutils	.commonutils
     78      1.1    chopps COPY	${TOPDIR}/inst-common/termcap.vt	usr/share/misc/termcap
     79