2002-03-06 15:04:48 +03:00
|
|
|
# $NetBSD: list,v 1.2 2002/03/06 12:04:53 lukem Exp $
|
2001-10-15 20:22:50 +04:00
|
|
|
|
|
|
|
# extras in bin
|
2002-03-06 15:04:48 +03:00
|
|
|
PROG bin/csh
|
|
|
|
PROG bin/date
|
|
|
|
PROG bin/rcp
|
|
|
|
PROG bin/rcmd
|
2001-10-15 20:22:50 +04:00
|
|
|
|
|
|
|
# extras in sbin
|
2002-03-06 15:04:48 +03:00
|
|
|
PROG sbin/disklabel
|
|
|
|
PROG sbin/fdisk
|
|
|
|
PROG sbin/fsck_ext2fs
|
|
|
|
PROG sbin/mount_ext2fs
|
|
|
|
PROG sbin/mount_kernfs
|
|
|
|
PROG sbin/mount_msdos
|
2001-10-15 20:22:50 +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
|
2001-10-15 20:22:50 +04:00
|
|
|
|
|
|
|
# crunchgen source directory specials: progs built in nonstandard places
|
|
|
|
CRUNCHSPECIAL vi srcdir usr.bin/vi/build
|
|
|
|
|
|
|
|
# Minimize use of MFS
|
|
|
|
SYMLINK /tmp var/tmp
|
|
|
|
|
|
|
|
# we need the contents of /usr/mdec
|
2002-03-06 15:04:48 +03:00
|
|
|
COPYDIR ${DESTDIR}/usr/mdec /usr/mdec
|
2001-10-15 20:22:50 +04:00
|
|
|
|
|
|
|
# the zoneinfo (dont use)
|
|
|
|
#COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo
|
|
|
|
|
|
|
|
# and the termcap file
|
2002-03-06 15:04:48 +03:00
|
|
|
COPY ${ARCHDIR}/termcap.vt100 usr/share/misc/termcap
|
2001-10-15 20:22:50 +04:00
|
|
|
|
|
|
|
# copy the kernel(s)
|
2002-03-06 15:04:48 +03:00
|
|
|
#COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
|
2001-10-15 20:22:50 +04:00
|
|
|
|
|
|
|
|
|
|
|
# various files that we need in /etc for the install
|
|
|
|
#COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
|
|
|
|
COPY ${DESTDIR}/etc/spwd.db etc/spwd.db
|
|
|
|
LINK etc/spwd.db etc/pwd.db
|
|
|
|
#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
|
|
|
|
|
|
|
|
# sysinst needs disktab template
|
|
|
|
COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall
|
|
|
|
|
|
|
|
# and the installation tools
|
|
|
|
COPY ${ARCHDIR}/dot.profile .profile
|
|
|
|
|
|
|
|
# and a spare .profile
|
|
|
|
COPY ${DESTDIR}/.profile tmp/.hdprofile
|