mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-17 19:25:13 -04:00
54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
# $NetBSD: list,v 1.10 2011/01/14 10:26:30 tsutsui Exp $
|
|
|
|
PROG bin/cat
|
|
PROG bin/chmod
|
|
PROG bin/cp
|
|
PROG bin/dd
|
|
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/chown bin/chgrp
|
|
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/chroot
|
|
|
|
PROG sbin/ahdilabel
|
|
PROG usr/sbin/loadkmap
|
|
|
|
SPECIAL gzip srcdir distrib/utils/x_gzip
|
|
SPECIAL umount srcdir distrib/utils/x_umount
|
|
SPECIAL edlabel srcdir distrib/utils/edlabel
|
|
|
|
# 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
|