remove stale comments on the size of objects, they are more
than 10 years old and do not reflect reality anymore. Also remove some commented out entries that have no hope to be useful anymore.
This commit is contained in:
parent
8c4e758a8b
commit
9038238702
@ -48,13 +48,13 @@ srcdirs /usr/src/libexec
|
||||
# variables contain the list of sources and objects, and so on.
|
||||
|
||||
# init is almost always necessary.
|
||||
progs init # 4KB.
|
||||
progs init
|
||||
# fsck is almost always necessary, unless you have everything on the
|
||||
# image and use 'tar' or something similar to read/write raw blocks
|
||||
# from the floppy.
|
||||
progs fsck # 24KB.
|
||||
progs fsck
|
||||
# ifconfig is needed if you want to configure interfaces...
|
||||
progs ifconfig # 4KB.
|
||||
progs ifconfig
|
||||
#
|
||||
# You will also need a shell and a bunch of utilities.
|
||||
# The standard shell is not that large, but you need many
|
||||
@ -64,114 +64,94 @@ progs ifconfig # 4KB.
|
||||
# no additional memory.
|
||||
# There are a few exceptions such as 'less', which in 4.x is
|
||||
# rather large.
|
||||
progs sh # 36KB.
|
||||
progs sh
|
||||
ln sh -sh
|
||||
progs echo # 0KB.
|
||||
progs echo
|
||||
progs pwd
|
||||
progs mkdir rmdir
|
||||
progs chmod chown
|
||||
progs mv ln # 0KB.
|
||||
progs mv ln
|
||||
progs mount
|
||||
progs minigzip # 0KB.
|
||||
progs minigzip
|
||||
ln minigzip gzip
|
||||
progs cp # 0KB.
|
||||
progs cp
|
||||
progs rm
|
||||
progs ls
|
||||
progs kill
|
||||
progs df # 0KB.
|
||||
progs ps # 4KB.
|
||||
progs ns # 4KB.
|
||||
progs df
|
||||
progs ps
|
||||
progs ns
|
||||
ln ns netstat
|
||||
progs vm # 0KB.
|
||||
progs cat # 0KB.
|
||||
progs test # 0KB.
|
||||
progs vm
|
||||
progs cat
|
||||
progs test
|
||||
ln test [
|
||||
progs hostname # 0KB.
|
||||
progs login # 4KB.
|
||||
progs getty # 4KB.
|
||||
progs stty # 4KB.
|
||||
progs w # 0KB.
|
||||
progs msg # 0KB.
|
||||
progs hostname
|
||||
progs login
|
||||
progs getty
|
||||
progs stty
|
||||
progs w
|
||||
progs msg
|
||||
ln msg dmesg
|
||||
progs reboot # 0KB.
|
||||
progs less # 36KB
|
||||
progs reboot
|
||||
progs less
|
||||
#ln less more
|
||||
#progs more # 12KB
|
||||
#progs more
|
||||
special more srcdir /usr/ports/misc/44bsd-more/work
|
||||
|
||||
progs sysctl
|
||||
progs swapon # 0KB.
|
||||
progs pwd_mkdb # 0KB.
|
||||
progs swapon
|
||||
progs pwd_mkdb
|
||||
progs umount
|
||||
progs du # 0KB.
|
||||
progs tail # 0KB.
|
||||
progs tee # 0KB.
|
||||
progs passwd # 0KB.
|
||||
progs du
|
||||
progs tail
|
||||
progs tee
|
||||
progs passwd
|
||||
|
||||
progs route # 8KB
|
||||
progs route
|
||||
# progs mount_msdosfs
|
||||
# progs comcontrol
|
||||
#
|
||||
# If you want to run natd, remember the alias library
|
||||
#progs natd # 20KB
|
||||
#progs natd
|
||||
#libs -lalias # natd
|
||||
#
|
||||
# ppp is rather large. Note that as of Jan.01, RELEASE_CRUNCH
|
||||
# makes ppp not use libalias, so you cannot have aliasing.
|
||||
#progs ppp # 112KB
|
||||
#progs ppp
|
||||
|
||||
# You need an editor. ee is relatively small, though there are
|
||||
# smaller ones. vi is much larger.
|
||||
# The editor also usually need a curses library.
|
||||
progs ee # 32KB.
|
||||
progs ee
|
||||
libs -lncurses
|
||||
# progs vi # ??
|
||||
# progs vi
|
||||
# libs -lcurses # for vi
|
||||
|
||||
#progs tcpdump # 100KB.
|
||||
#progs tcpdump
|
||||
special tcpdump srcdir /usr/src/usr.sbin/tcpdump/tcpdump
|
||||
|
||||
progs arp # 0KB.
|
||||
progs arp
|
||||
|
||||
progs bsdlabel # 4KB.
|
||||
progs fdisk # 4KB.
|
||||
progs vnconfig # 0KB.
|
||||
progs bsdlabel
|
||||
progs fdisk
|
||||
progs mdconfig
|
||||
|
||||
#progs grep # 16KB.
|
||||
progs date # 4KB.
|
||||
#progs mount_nfs # 0KB.
|
||||
#progs grep
|
||||
progs date
|
||||
#progs mount_nfs
|
||||
ln mount_nfs nfs
|
||||
progs ping # 4KB.
|
||||
#progs routed # 32KB.
|
||||
progs ipfw # 12KB.
|
||||
progs traceroute # 0KB.
|
||||
# progs mount_cd9660 # 4KB.
|
||||
progs ping
|
||||
#progs routed
|
||||
progs ipfw
|
||||
progs traceroute
|
||||
# progs mount_cd9660
|
||||
# ln mount_cd9660 cd9660
|
||||
# progs newfs # 12KB.
|
||||
# progs newfs
|
||||
#ln newfs mount_mfs
|
||||
ln chown chgrp
|
||||
# ln mount_msdosfs msdos
|
||||
|
||||
# If you need to access the box remotely, and maybe copy files
|
||||
# from/to it, you can use telnet, rsh or ssh.
|
||||
# inetd is only needed for telnet and rshd
|
||||
#progs inetd # 12KB.
|
||||
#progs telnet # 20KB.
|
||||
#progs telnetd # 12KB.
|
||||
#progs ftp # 28KB.
|
||||
#progs tar # 32KB.
|
||||
|
||||
# Check the ssh license! If you want to use this,
|
||||
# go to /usr/ports/security/ssh-picobsd, do a make extract configure
|
||||
# You also need to install /usr/ports/math/libgmp-freebsd
|
||||
#progs sshd # includes ssh and scp
|
||||
special sshd objvar SSHD_OBJS
|
||||
special sshd srcdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27
|
||||
special sshd objdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27
|
||||
ln sshd ssh
|
||||
ln sshd ssh1
|
||||
ln sshd scp
|
||||
#libs /usr/local/lib/libgmp.a
|
||||
|
||||
libs -ll # used by sh
|
||||
libs -lufs # used by mount
|
||||
|
Loading…
Reference in New Issue
Block a user