49 lines
1.4 KiB
Plaintext
49 lines
1.4 KiB
Plaintext
# $NetBSD: list,v 1.38 2013/11/30 08:27:18 nakayama 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/sbin/installboot
|
|
|
|
# crunchgen source directory specials
|
|
SPECIAL vi srcdir external/bsd/nvi/usr.bin/nvi
|
|
SPECIAL less srcdir external/bsd/less/bin/less
|
|
|
|
# Minimize use of MFS
|
|
SYMLINK /tmp var/tmp
|
|
|
|
# we need the contents of /usr/mdec
|
|
COPY ${DESTDIR}/usr/mdec/binstall usr/mdec/binstall 555
|
|
COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
|
|
LINK usr/mdec/boot usr/mdec/boot.388000
|
|
COPY ${DESTDIR}/usr/mdec/boot.net usr/mdec/boot.net
|
|
COPY ${DESTDIR}/usr/mdec/bootblk usr/mdec/bootblk
|
|
COPY ${DESTDIR}/usr/mdec/bootjs.net usr/mdec/bootjs.net
|
|
COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
|
|
COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot
|
|
LINK usr/mdec/ofwboot usr/mdec/ofwboot.net
|
|
|
|
# copy the kernel
|
|
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
|
|
|
|
# various files that we need in /etc for the install
|
|
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
|