2006-04-12 19:53:38 +04:00
|
|
|
# $NetBSD: list,v 1.13 2006/04/12 15:53:38 tsutsui Exp $
|
1996-06-11 13:50:30 +04:00
|
|
|
|
1996-06-11 13:53:25 +04:00
|
|
|
# hp300 extra's
|
2002-03-06 15:04:48 +03:00
|
|
|
PROG sbin/disklabel
|
|
|
|
PROG sbin/dmesg
|
|
|
|
|
|
|
|
PROG usr/bin/basename
|
|
|
|
PROG usr/bin/cksum usr/bin/sum
|
|
|
|
PROG usr/bin/cut
|
2004-03-30 17:38:20 +04:00
|
|
|
PROG usr/bin/awk
|
2002-03-06 15:04:48 +03:00
|
|
|
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
|
1996-06-11 13:53:25 +04:00
|
|
|
|
2006-04-12 19:53:38 +04:00
|
|
|
PROG usr/sbin/installboot
|
|
|
|
|
1996-06-11 13:53:25 +04:00
|
|
|
# crunchgen source directory specials
|
2002-03-06 15:04:48 +03:00
|
|
|
SPECIAL vi srcdir usr.bin/vi/build
|
|
|
|
SPECIAL less srcdir usr.bin/less/less
|
1996-06-11 13:53:25 +04:00
|
|
|
|
|
|
|
# Minimize use of MFS
|
|
|
|
SYMLINK /tmp var/tmp
|
|
|
|
|
1996-06-11 13:50:30 +04:00
|
|
|
# we need the contents of /usr/mdec
|
|
|
|
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
2002-06-13 02:59:31 +04:00
|
|
|
# ensure installboot is executable
|
|
|
|
MTREE ./usr/mdec/installboot mode=0555
|
1996-06-11 13:50:30 +04:00
|
|
|
|
1996-06-11 13:53:25 +04:00
|
|
|
# the zoneinfo
|
|
|
|
COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo
|
|
|
|
|
|
|
|
# and the termcap file
|
2002-04-26 19:50:21 +04:00
|
|
|
COPY ${NETBSDSRCDIR}/share/termcap/termcap.src usr/share/misc/termcap
|
1996-06-11 13:53:25 +04:00
|
|
|
|
1996-06-11 13:50:30 +04:00
|
|
|
# copy the kernel
|
2002-03-17 08:39:59 +03:00
|
|
|
COPY ${KERNOBJDIR}/INSTALL/netbsd netbsd
|
1996-06-11 13:50:30 +04:00
|
|
|
|
|
|
|
# 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
|