Add chroot. It can be a real lifesaver, and adds less than 2 kB.

This commit is contained in:
des 2005-02-07 21:19:18 +00:00
parent 6b61b76573
commit a58e8ae47c

View File

@ -198,6 +198,13 @@ CRUNCH_ALIAS_vi= ex
CRUNCH_PROGS_usr.bin+= id
CRUNCH_ALIAS_id= groups whoami
##################################################################
# Programs from stock /usr/sbin
#
CRUNCH_SRCDIRS+= usr.sbin
CRUNCH_PROGS_usr.sbin+= chroot
##################################################################
# The following is pretty nearly a generic crunchgen-handling makefile
#