2013-11-30 12:27:17 +04:00
|
|
|
# $NetBSD: list,v 1.23 2013/11/30 08:27:18 nakayama Exp $
|
1998-11-17 05:38:17 +03:00
|
|
|
|
|
|
|
# extras in bin
|
2002-03-06 15:04:48 +03:00
|
|
|
PROG bin/csh
|
|
|
|
PROG bin/date
|
|
|
|
PROG bin/rcp
|
|
|
|
PROG bin/rcmd
|
1998-11-17 05:38:17 +03:00
|
|
|
|
|
|
|
# extras in sbin
|
2002-03-06 15:04:48 +03:00
|
|
|
PROG sbin/disklabel
|
|
|
|
PROG sbin/fsck_ext2fs
|
|
|
|
PROG sbin/mount_ext2fs
|
|
|
|
PROG sbin/mount_kernfs
|
1998-11-17 05:38:17 +03:00
|
|
|
|
2002-05-27 15:02:21 +04:00
|
|
|
# extras in usr/bin
|
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
|
1998-11-17 05:38:17 +03:00
|
|
|
|
2002-05-27 15:02:21 +04:00
|
|
|
# extras in usr/sbin
|
|
|
|
PROG usr/sbin/installboot
|
1998-11-17 05:38:17 +03:00
|
|
|
|
|
|
|
# crunchgen source directory specials: progs built in nonstandard places
|
2013-11-30 12:27:17 +04:00
|
|
|
SPECIAL vi srcdir external/bsd/nvi/usr.bin/nvi
|
1998-11-17 05:38:17 +03:00
|
|
|
|
|
|
|
# Minimize use of MFS
|
|
|
|
SYMLINK /tmp var/tmp
|
|
|
|
|
|
|
|
# we need the contents of /usr/mdec
|
1999-04-16 17:28:22 +04:00
|
|
|
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
2000-01-04 00:59:12 +03:00
|
|
|
# and /boot.pmax
|
|
|
|
COPY ${DESTDIR}/boot.pmax boot.pmax
|
1998-11-17 05:38:17 +03:00
|
|
|
|
|
|
|
# copy the kernel(s)
|
2003-02-18 11:18:31 +03:00
|
|
|
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
|
2002-03-06 15:04:48 +03:00
|
|
|
COPY ${KERNOBJDIR}/GENERIC/netbsd.ecoff netbsd.ecoff
|
|
|
|
COPY ${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff nfsnetbsd.ecoff
|
1998-11-17 05:38:17 +03:00
|
|
|
|
|
|
|
# various files that we need in /etc for the install
|
1998-11-17 09:58:24 +03:00
|
|
|
#SYMLINK /tmp/fstab.shadow etc/fstab
|
|
|
|
#SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
|
|
|
|
#SYMLINK /tmp/hosts etc/hosts
|
|
|
|
|
1998-11-17 05:38:17 +03:00
|
|
|
# and the installation tools
|
|
|
|
COPY ${ARCHDIR}/dot.profile .profile
|
1998-11-18 14:01:01 +03:00
|
|
|
|
|
|
|
# and a spare .profile
|
|
|
|
COPY ${DESTDIR}/.profile tmp/.hdprofile
|