78 lines
2.1 KiB
Plaintext
78 lines
2.1 KiB
Plaintext
#
|
|
# $NetBSD: list,v 1.2 1995/08/13 13:21:07 briggs Exp $
|
|
#
|
|
|
|
# copy the crunched binary, link to it, and kill it
|
|
COPY ${OBJDIR}/raminst raminst
|
|
LINK raminst bin/cat
|
|
LINK raminst bin/chmod
|
|
LINK raminst bin/cp
|
|
LINK raminst bin/df
|
|
LINK raminst bin/dd
|
|
LINK raminst bin/ed
|
|
LINK raminst bin/expr
|
|
LINK raminst bin/ln
|
|
LINK raminst bin/ls
|
|
LINK raminst bin/mkdir
|
|
LINK raminst bin/mv
|
|
LINK raminst bin/pwd
|
|
LINK raminst bin/rm
|
|
LINK raminst bin/sh
|
|
LINK raminst bin/-sh
|
|
LINK raminst bin/stty
|
|
LINK raminst bin/sync
|
|
LINK raminst bin/test
|
|
LINK raminst bin/[
|
|
LINK raminst sbin/disklabel
|
|
LINK raminst sbin/fsck
|
|
LINK raminst sbin/halt
|
|
LINK raminst sbin/ifconfig
|
|
LINK raminst sbin/init
|
|
LINK raminst sbin/mknod
|
|
LINK raminst sbin/mount
|
|
LINK raminst sbin/mount_cd9660
|
|
LINK raminst sbin/mount_ffs
|
|
LINK raminst sbin/mount_nfs
|
|
LINK raminst sbin/newfs
|
|
LINK raminst sbin/reboot
|
|
LINK raminst sbin/route
|
|
LINK raminst sbin/shutdown
|
|
LINK raminst sbin/slattach
|
|
LINK raminst sbin/umount
|
|
LINK raminst usr/bin/chgrp
|
|
LINK raminst usr/bin/ftp
|
|
LINK raminst usr/bin/gunzip
|
|
LINK raminst usr/bin/gzcat
|
|
LINK raminst usr/bin/gzip
|
|
LINK raminst usr/bin/more
|
|
LINK raminst usr/bin/printf
|
|
LINK raminst usr/bin/sed
|
|
LINK raminst usr/bin/strings
|
|
LINK raminst usr/bin/tar
|
|
LINK raminst usr/bin/tip
|
|
LINK raminst usr/sbin/chown
|
|
LINK raminst usr/sbin/chroot
|
|
LINK raminst usr/sbin/update
|
|
SPECIAL /bin/rm raminst
|
|
|
|
# copy the MAKEDEV script and make some devices
|
|
COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
|
|
SPECIAL cd dev; sh MAKEDEV raminst
|
|
SPECIAL /bin/rm dev/MAKEDEV
|
|
|
|
# we need the contents of /usr/mdec (XXX)
|
|
# COPY ${DESTDIR}/usr/mdec/* usr/mdec
|
|
|
|
# various files that we need in /etc for the install
|
|
COPY ${DESTDIR}/etc/group etc
|
|
COPY ${DESTDIR}/etc/master.passwd etc
|
|
COPY ${DESTDIR}/etc/passwd etc
|
|
COPY ${DESTDIR}/etc/protocols etc
|
|
COPY ${DESTDIR}/etc/pwd.db etc
|
|
COPY ${DESTDIR}/etc/services etc
|
|
COPY ${DESTDIR}/etc/spwd.db etc
|
|
|
|
# and the common installation tools
|
|
COPY ${TOPDIR}/inst-common/dot.commonutils .commonutils
|
|
COPY ${TOPDIR}/inst-common/termcap.vt usr/share/misc/termcap
|