eedb495377
It looks df(1) had been required by MAKEDEV(8) since NetBSD 1.6 days, and this could workaround PR port-atari/40316 in branches with minimum pullups.
51 lines
1.0 KiB
Plaintext
51 lines
1.0 KiB
Plaintext
# $NetBSD: list,v 1.6 2009/01/03 18:11:26 tsutsui Exp $
|
|
|
|
PROG bin/cat
|
|
PROG bin/chmod
|
|
PROG bin/cp
|
|
PROG bin/df
|
|
PROG bin/expr
|
|
PROG bin/ln
|
|
PROG bin/ls
|
|
PROG bin/mkdir
|
|
PROG bin/mv
|
|
PROG bin/pax usr/bin/tar
|
|
PROG bin/pwd
|
|
PROG bin/rm
|
|
PROG bin/sh
|
|
PROG bin/stty
|
|
|
|
PROG sbin/edlabel
|
|
PROG sbin/fsck
|
|
PROG sbin/fsck_ffs
|
|
PROG sbin/init
|
|
PROG sbin/mknod
|
|
PROG sbin/mount
|
|
PROG sbin/mount_cd9660
|
|
PROG sbin/mount_ffs
|
|
PROG sbin/mount_msdos
|
|
PROG sbin/mount_nfs
|
|
PROG sbin/newfs sbin/mount_mfs
|
|
PROG sbin/reboot sbin/halt
|
|
PROG sbin/swapctl
|
|
PROG sbin/sysctl
|
|
PROG sbin/umount
|
|
|
|
PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
|
|
PROG usr/bin/sed
|
|
PROG usr/bin/sort
|
|
|
|
PROG usr/sbin/chown usr/bin/chgrp
|
|
PROG usr/sbin/chroot
|
|
|
|
PROG sbin/ahdilabel
|
|
PROG usr/sbin/loadkmap
|
|
|
|
SPECIAL umount srcdir distrib/utils/x_umount
|
|
|
|
# The installation scripts
|
|
COPY ${CURDIR}/install.md install.md
|
|
COPY ${CURDIR}/install.sh install 555
|
|
CMD sed "/^VERSION=/s/=.*/=${DISTRIBREV}/" < ${CURDIR}/../../../miniroot/install.sub > install.sub
|
|
MTREE ./install.sub type=file uname=root gname=wheel mode=0444
|