2010-02-11 12:06:47 +03:00
|
|
|
# $NetBSD: list,v 1.35 2010/02/11 09:06:50 roy Exp $
|
1995-12-19 01:54:43 +03:00
|
|
|
|
1996-05-27 16:41:54 +04:00
|
|
|
# Sparc extra's
|
2002-03-06 15:04:48 +03:00
|
|
|
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
|
2002-05-07 16:46:19 +04:00
|
|
|
PROG usr/sbin/installboot
|
1996-05-27 16:41:54 +04:00
|
|
|
|
|
|
|
# crunchgen source directory specials
|
2008-10-30 15:39:16 +03:00
|
|
|
SPECIAL vi srcdir usr.bin/nvi/build
|
2002-03-06 15:04:48 +03:00
|
|
|
SPECIAL less srcdir usr.bin/less/less
|
1996-05-27 16:41:54 +04:00
|
|
|
|
|
|
|
# Minimize use of MFS
|
|
|
|
SYMLINK /tmp var/tmp
|
|
|
|
|
1995-12-19 01:54:43 +03:00
|
|
|
# we need the contents of /usr/mdec
|
|
|
|
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
2002-06-13 02:59:31 +04:00
|
|
|
# ensure binstall is executable
|
|
|
|
MTREE ./usr/mdec/binstall mode=0555
|
1995-12-19 01:54:43 +03:00
|
|
|
|
|
|
|
# copy the kernel
|
2002-03-06 15:04:48 +03:00
|
|
|
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
|
1995-12-19 01:54:43 +03:00
|
|
|
|
|
|
|
# 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
|
1996-01-07 01:42:13 +03:00
|
|
|
COPY ${ARCHDIR}/../install.md install.md
|
1995-12-19 01:54:43 +03:00
|
|
|
COPY ${DESTDIR}/usr/mdec/boot boot
|