89 lines
2.0 KiB
Plaintext
89 lines
2.0 KiB
Plaintext
# $NetBSD: list,v 1.3 2002/12/30 14:55:29 pooka Exp $
|
|
|
|
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/sgimips/stand
|
|
|
|
PROG bin/cat
|
|
PROG bin/chmod
|
|
PROG bin/cp
|
|
PROG bin/dd
|
|
PROG bin/df
|
|
PROG bin/ed
|
|
PROG bin/ln
|
|
PROG bin/ls
|
|
PROG bin/mkdir
|
|
PROG bin/mt
|
|
PROG bin/mv
|
|
PROG bin/pax usr/bin/tar usr/bin/cpio
|
|
PROG bin/pwd
|
|
PROG bin/rm
|
|
PROG bin/sh
|
|
PROG bin/stty
|
|
PROG bin/sync
|
|
|
|
PROG sbin/disklabel
|
|
PROG sbin/fsck
|
|
PROG sbin/fsck_ffs
|
|
PROG sbin/ifconfig
|
|
PROG sbin/init
|
|
PROG sbin/mknod
|
|
PROG sbin/mount
|
|
PROG sbin/mount_cd9660
|
|
PROG sbin/mount_ffs
|
|
PROG sbin/mount_kernfs
|
|
PROG sbin/mount_msdos
|
|
PROG sbin/mount_nfs
|
|
PROG sbin/newfs sbin/mount_mfs
|
|
PROG sbin/ping
|
|
PROG sbin/reboot sbin/halt
|
|
PROG sbin/restore sbin/rrestore
|
|
PROG sbin/route
|
|
PROG sbin/shutdown
|
|
PROG sbin/slattach
|
|
PROG sbin/umount
|
|
|
|
PROG usr/bin/ftp
|
|
PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
|
|
PROG usr/bin/sed
|
|
PROG usr/bin/tip
|
|
PROG usr/bin/tset
|
|
|
|
PROG usr/mdec/sgivol
|
|
|
|
PROG usr/sbin/chown usr/bin/chgrp
|
|
PROG usr/sbin/chroot
|
|
|
|
# init invokes the shell as -sh
|
|
ARGVLN sh -sh
|
|
|
|
SPECIAL sgivol srcdir sys/arch/sgimips/stand/sgivol
|
|
SPECIAL ping srcdir distrib/utils/x_ping
|
|
|
|
LIBS -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
|
|
|
|
# we need the boot blocks /usr/mdec
|
|
COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
|
|
COPY ${DESTDIR}/usr/mdec/boot.elf usr/mdec/boot.elf
|
|
COPY ${DESTDIR}/usr/mdec/boot.ip32 usr/mdec/boot.ip32
|
|
|
|
# various files that we need in /etc for the install
|
|
COPY ${NETBSDSRCDIR}/etc/group etc/group
|
|
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
|
|
COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols
|
|
COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
|
COPY ${NETBSDSRCDIR}/etc/services etc/services
|
|
|
|
# and the common installation tools
|
|
COPY ${CURDIR}/../miniroot/termcap.iris-ansi usr/share/misc/termcap
|
|
|
|
# the disktab explanation file
|
|
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
|
|
|
|
# and the shell startup files
|
|
COPY ${CURDIR}/dot.profile .profile
|
|
COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile
|
|
|
|
|
|
# someday put in the release notes too
|
|
#
|
|
# COPY ${DISTRIBDIR}/notes/sgimips/INSTALL.txt INSTALL.txt
|