35 lines
685 B
Plaintext
35 lines
685 B
Plaintext
# $NetBSD: list,v 1.19 2019/08/20 12:26:39 sevan Exp $
|
|
|
|
# extras in bin
|
|
PROG bin/csh
|
|
PROG bin/date
|
|
PROG bin/rcp
|
|
PROG bin/rcmd
|
|
|
|
# extras in sbin
|
|
PROG sbin/disklabel
|
|
PROG sbin/dmesg
|
|
PROG sbin/fdisk
|
|
PROG sbin/fsck_msdos
|
|
PROG sbin/mount_msdos
|
|
PROG sbin/newfs_msdos
|
|
PROG sbin/sysctl
|
|
|
|
# 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 external/bsd/nvi/usr.bin/nvi
|
|
|
|
# Minimize use of MFS
|
|
SYMLINK /tmp var/tmp
|
|
|
|
# and the installation tools
|
|
COPY ${ARCHDIR}/dot.profile .profile
|
|
|
|
# and a spare .profile
|
|
COPY ${DESTDIR}/.profile tmp/.hdprofile
|