43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
# $NetBSD: list,v 1.22 2015/04/22 18:42:04 christos Exp $
|
|
|
|
# hp300 extra's
|
|
PROG sbin/disklabel
|
|
PROG sbin/dmesg
|
|
|
|
PROG usr/bin/basename
|
|
PROG usr/bin/cksum usr/bin/sum
|
|
PROG usr/bin/cut
|
|
PROG usr/bin/awk
|
|
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
|
|
SPECIAL awk srcdir external/historical/nawk/bin
|
|
|
|
# Minimize use of MFS
|
|
SYMLINK /tmp var/tmp
|
|
|
|
# we need the contents of /usr/mdec
|
|
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
|
# ensure installboot is executable
|
|
MTREE ./usr/mdec/installboot mode=0555
|
|
|
|
# copy the kernel
|
|
COPY ${KERNOBJDIR}/INSTALL/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
|