55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
# $NetBSD: list,v 1.28 2003/12/28 13:00:47 martin Exp $
|
|
|
|
# Sparc extra's
|
|
PROG bin/rcmd
|
|
PROG sbin/disklabel
|
|
PROG sbin/dmesg
|
|
PROG sbin/sysctl
|
|
|
|
PROG usr/bin/basename
|
|
PROG usr/bin/cksum usr/bin/sum
|
|
PROG usr/bin/getopt
|
|
PROG usr/bin/netstat
|
|
PROG usr/bin/rsh
|
|
PROG usr/bin/tset usr/bin/reset
|
|
PROG usr/bin/vi
|
|
PROG usr/bin/less usr/bin/more
|
|
PROG usr/bin/file
|
|
PROG usr/sbin/installboot
|
|
|
|
# crunchgen source directory specials
|
|
SPECIAL vi srcdir usr.bin/vi/build
|
|
SPECIAL less srcdir usr.bin/less/less
|
|
|
|
# Minimize use of MFS
|
|
SYMLINK /tmp var/tmp
|
|
|
|
# we need the contents of /usr/mdec
|
|
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
|
# ensure binstall is executable
|
|
MTREE ./usr/mdec/binstall mode=0555
|
|
|
|
# the zoneinfo
|
|
COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo
|
|
|
|
# and the termcap file
|
|
COPY ${ARCHDIR}/termcap.src usr/share/misc/termcap
|
|
|
|
# and the magic file
|
|
COPY ${DESTDIR}/usr/share/misc/magic usr/share/misc/magic
|
|
|
|
# copy the kernel
|
|
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
|
|
|
|
# various files that we need in /etc for the install
|
|
COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
|
|
SYMLINK /tmp/disktab.shadow etc/disktab
|
|
SYMLINK /tmp/fstab.shadow etc/fstab
|
|
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
|
|
SYMLINK /tmp/hosts etc/hosts
|
|
|
|
# and the installation tools
|
|
COPY ${ARCHDIR}/dot.profile .profile
|
|
COPY ${ARCHDIR}/../install.md install.md
|
|
COPY ${DESTDIR}/usr/mdec/boot boot
|