2009-09-21 03:19:50 +04:00
|
|
|
# $NetBSD: list,v 1.10 2009/09/20 23:19:56 abs 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
|
|
|
|
2004-05-10 05:49:36 +04:00
|
|
|
PROG usr/sbin/installboot
|
|
|
|
|
2000-05-18 06:12:43 +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
|
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
|
2009-09-21 03:19:50 +04:00
|
|
|
COPY ${DISTRIBDIR}/common/termcap 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
|
|
|
|
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
|