2002-05-29 08:11:01 +04:00
|
|
|
# $NetBSD: list,v 1.6 2002/05/29 04:11:03 lukem Exp $
|
2002-03-06 15:04:48 +03:00
|
|
|
|
|
|
|
# Vax extras
|
|
|
|
PROG sbin/disklabel
|
|
|
|
PROG sbin/mount_kernfs
|
|
|
|
PROG sbin/sysctl
|
|
|
|
|
|
|
|
PROG usr/bin/basename
|
|
|
|
PROG usr/bin/cksum usr/bin/sum
|
|
|
|
PROG usr/bin/getopt
|
|
|
|
PROG usr/bin/less usr/bin/more
|
|
|
|
PROG usr/bin/netstat
|
|
|
|
PROG usr/bin/rsh
|
|
|
|
PROG usr/bin/tset usr/bin/reset
|
|
|
|
PROG usr/bin/vi
|
2000-05-18 06:12:43 +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
|
2000-05-18 06:12:43 +04:00
|
|
|
|
|
|
|
# Minimize use of MFS
|
|
|
|
SYMLINK /tmp var/tmp
|
|
|
|
|
|
|
|
# we need the contents of /usr/mdec
|
|
|
|
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
|
|
|
|
|
|
|
# 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
|
1999-03-12 21:36:52 +03:00
|
|
|
|
|
|
|
# copy the kernel
|
2002-03-06 15:04:48 +03:00
|
|
|
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd
|
2000-05-18 06:12:43 +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
|
|
|
|
COPY ${DESTDIR}/usr/mdec/boot boot
|