2000-09-27 21:22:08 +04:00
|
|
|
# $NetBSD: ramdiskbin.conf,v 1.2 2000/09/27 17:22:08 fvdl Exp $
|
2000-09-27 20:04:13 +04:00
|
|
|
#
|
|
|
|
# ramdiskbin.conf - unified binary for the install ramdisk
|
|
|
|
#
|
|
|
|
|
|
|
|
srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
|
|
|
|
|
|
|
|
progs bad144 cat chio chmod chown chroot cp dd df disklabel ed
|
|
|
|
progs fsck fsck_ffs ftp gzip ifconfig wiconfig init installboot less
|
|
|
|
progs ln ls mkdir mknod
|
|
|
|
progs mount mount_cd9660 mount_ext2fs mount_ffs mount_msdos mount_ntfs
|
|
|
|
progs mount_nfs mount_kernfs mt mv newfs ping pwd rcmd reboot rm
|
|
|
|
progs route scsictl sed sh shutdown slattach stty swapctl sync test
|
|
|
|
progs tip umount
|
|
|
|
progs sysinst pax
|
|
|
|
progs fdisk mbrlabel
|
|
|
|
progs ping6 rtsol
|
|
|
|
progs dhclient
|
|
|
|
|
|
|
|
special sysinst srcdir distrib/utils/sysinst/arch/i386
|
|
|
|
special init srcdir distrib/utils/init_s
|
|
|
|
|
|
|
|
special dd srcdir distrib/utils/x_dd
|
|
|
|
special ftp srcdir distrib/utils/x_ftp
|
|
|
|
special ifconfig srcdir distrib/utils/x_ifconfig
|
|
|
|
special route srcdir distrib/utils/x_route
|
|
|
|
special sh srcdir distrib/utils/x_sh
|
|
|
|
special ping srcdir distrib/utils/x_ping
|
|
|
|
special ping6 srcdir distrib/utils/x_ping6
|
|
|
|
#special test srcdir distrib/utils/x_test
|
|
|
|
special dhclient srcdir distrib/utils/x_dhclient
|
2000-09-27 21:22:08 +04:00
|
|
|
special dhclient objs OMalloc.o clparse.o dns.o hash.o options.o socket.o OMdispatch.o conflex.o dst_api.o hmac_link.o packet.o support.o OMsupport.o connection.o errwarn.o inet.o parse.o tables.o alloc.o convert.o ethernet.o listener.o prandom.o tree.o base64.o dhclient.o execute.o memory.o print.o bpf.o discover.o generic.o message.o protocol.o buffer.o dispatch.o handle.o comapi.o result.o fddi.o auth.o
|
2000-09-27 20:04:13 +04:00
|
|
|
|
|
|
|
# "special" gzip is actually larger assuming nothing else uses -lz..
|
|
|
|
#special gzip srcdir distrib/utils/x_gzip
|
|
|
|
|
|
|
|
ln pax tar
|
|
|
|
ln chown chgrp
|
|
|
|
ln gzip gzcat gunzip
|
|
|
|
ln less more
|
|
|
|
ln sh -sh # init invokes the shell this way
|
|
|
|
ln test [
|
|
|
|
ln mount_cd9660 cd9660
|
|
|
|
ln mount_ffs ffs
|
|
|
|
ln mount_msdos msdos
|
|
|
|
ln mount_nfs nfs
|
|
|
|
ln mount_kernfs kernfs
|
|
|
|
ln mount_ntfs ntfs
|
|
|
|
ln reboot halt
|
|
|
|
|
|
|
|
# libhack.o is built by Makefile & included Makefile.inc
|
|
|
|
libs libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
|