44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
# $NetBSD: ramdiskbin.conf,v 1.1 2001/12/07 05:05:02 briggs Exp $
|
|
#
|
|
# ramdiskbin.conf - unified binary for the install ramdisk
|
|
|
|
srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin
|
|
srcdirs sys/arch/macppc/stand
|
|
|
|
progs cat chmod chown chroot cp dd df disklabel dmesg ed
|
|
progs fsck fsck_ffs ftp gzip ifconfig init installboot ln ls
|
|
progs mkdir mknod more mount mount_cd9660 mount_ffs
|
|
progs mount_msdos mount_nfs mv newfs pax ping pwd rcmd rcp reboot
|
|
progs rm route sed sh shutdown stty sync
|
|
progs test tip tset umount
|
|
progs sysinst
|
|
|
|
special dd srcdir distrib/utils/x_dd
|
|
special dmesg srcdir distrib/utils/x_dmesg
|
|
special ed srcdir distrib/utils/x_ed
|
|
special ftp srcdir distrib/utils/x_ftp
|
|
special gzip srcdir distrib/utils/x_gzip
|
|
special ifconfig srcdir distrib/utils/x_ifconfig
|
|
special init srcdir distrib/utils/init_s
|
|
special more srcdir distrib/utils/more
|
|
special mount srcdir distrib/utils/x_mount
|
|
special ping srcdir distrib/utils/x_ping
|
|
special route srcdir distrib/utils/x_route
|
|
special sh srcdir distrib/utils/x_sh
|
|
special sysinst srcdir distrib/utils/sysinst/arch/macppc
|
|
|
|
ln chown chgrp
|
|
ln gzip gzcat gunzip
|
|
ln sh -sh # init invokes the shell this way
|
|
ln test [
|
|
ln mount_cd9660 cd9660
|
|
ln mount_ffs ffs
|
|
ln mount_nfs nfs
|
|
ln newfs mount_mfs
|
|
ln pax tar
|
|
ln rcmd rsh
|
|
ln reboot halt
|
|
|
|
libs libhack.o
|
|
libs -ledit -lutil -lcurses -ltermcap -lcrypt -ll -lm -lz
|