2002-04-09 04:31:38 +04:00
|
|
|
# $NetBSD: ramdiskbin.m4,v 1.2 2002/04/09 00:31:41 lukem Exp $
|
2000-08-10 18:38:51 +04:00
|
|
|
#
|
|
|
|
# ramdiskbin.conf - unified binary for the install ramdisk
|
|
|
|
#
|
|
|
|
|
2002-04-09 04:31:38 +04:00
|
|
|
srcdirs bin sbin libexec usr.bin/less usr.bin usr.sbin gnu/usr.bin
|
2000-08-10 18:38:51 +04:00
|
|
|
|
2001-01-07 12:30:12 +03:00
|
|
|
progs cat chmod chown chroot cp dd df disklabel dhclient ed
|
2000-08-10 18:38:51 +04:00
|
|
|
progs fsck fsck_ffs ftp gzip ifconfig init installboot less
|
2001-01-07 12:30:12 +03:00
|
|
|
progs lfs_cleanerd ln ls mkdir mknod
|
|
|
|
progs mount mount_cd9660 mount_ext2fs mount_ffs mount_lfs mount_msdos
|
|
|
|
progs mount_nfs mount_kernfs mt mv newfs ping newfs_lfs pwd reboot restore rm
|
2000-08-10 18:38:51 +04:00
|
|
|
progs route sed sh shutdown slattach stty swapctl sync test
|
|
|
|
progs tip umount
|
|
|
|
progs sysinst pax
|
|
|
|
ifelse(MACHINE,i386,progs bad144 fdisk mbrlabel)
|
|
|
|
ifelse(MACHINE,sparc,progs sysctl getopt)
|
2000-08-20 18:43:19 +04:00
|
|
|
ifelse(MACHINE,sparc64,progs sysctl getopt pppd chat rcp rcmd)
|
2000-08-10 18:38:51 +04:00
|
|
|
|
|
|
|
special sysinst srcdir distrib/utils/sysinst/arch/MACHINE
|
|
|
|
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
|
2000-08-20 18:43:19 +04:00
|
|
|
ifelse(MACHINE,sparc64,,special sh srcdir distrib/utils/x_sh)
|
2000-08-10 18:38:51 +04:00
|
|
|
special ping srcdir distrib/utils/x_ping
|
|
|
|
|
2000-08-20 18:43:19 +04:00
|
|
|
ifelse(MACHINE,sparc64,special pppd srcdir usr.sbin/pppd/pppd)
|
|
|
|
ifelse(MACHINE,sparc64,special chat srcdir usr.sbin/pppd/chat)
|
2002-04-09 04:31:38 +04:00
|
|
|
|
|
|
|
# we have not switched to MI usr.sbin/installboot yet.
|
|
|
|
special installboot srcdir sys/arch/sparc/stand/installboot
|
2000-08-20 18:43:19 +04:00
|
|
|
|
2000-08-10 18:38:51 +04:00
|
|
|
# "special" gzip is actually larger assuming nothing else uses -lz..
|
|
|
|
#special gzip srcdir distrib/utils/x_gzip
|
|
|
|
|
2001-01-07 12:30:12 +03:00
|
|
|
special dhclient srcdir distrib/utils/x_dhclient
|
|
|
|
|
2000-08-10 18:38:51 +04:00
|
|
|
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 reboot halt
|
|
|
|
ln restore rrestore
|
2001-01-07 12:30:12 +03:00
|
|
|
ln newfs mount_mfs
|
2000-08-10 18:38:51 +04:00
|
|
|
|
|
|
|
# libhack.o is built by Makefile & included Makefile.inc
|
2000-08-20 18:43:19 +04:00
|
|
|
libs libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -lbz2 -lcrypt -ll -lm ifelse(MACHINE,sparc64,-lpcap)
|