37 lines
744 B
Plaintext
37 lines
744 B
Plaintext
# $NetBSD: list,v 1.10 2014/03/31 11:25:48 martin Exp $
|
|
|
|
# extras in bin
|
|
#PROG bin/csh
|
|
PROG bin/date
|
|
PROG bin/rcp
|
|
PROG bin/rcmd
|
|
|
|
# extras in sbin
|
|
PROG sbin/disklabel
|
|
PROG sbin/fdisk
|
|
PROG sbin/mount_ext2fs
|
|
PROG sbin/fsck_ext2fs
|
|
PROG sbin/mount_kernfs
|
|
PROG sbin/mount_msdos
|
|
|
|
# extras in /usr.bin
|
|
#PROG usr/bin/netstat
|
|
PROG usr/bin/rsh
|
|
#PROG usr/bin/tset usr/bin/reset
|
|
#PROG usr/bin/vi
|
|
|
|
# crunchgen source directory specials: progs built in nonstandard places
|
|
#SPECIAL vi srcdir usr.bin/nvi/build
|
|
|
|
# Minimize use of MFS
|
|
SYMLINK /tmp var/tmp
|
|
|
|
# termcap file
|
|
COPY ${DISTRIBDIR}/common/termcap usr/share/misc/termcap
|
|
|
|
# and the installation tools
|
|
COPY ${ARCHDIR}/dot.profile .profile
|
|
|
|
# and a spare .profile
|
|
COPY ${DESTDIR}/.profile tmp/.hdprofile
|