1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

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

This commit is contained in:
Dag-Erling Smørgrav 2005-02-07 21:19:18 +00:00
parent 0b4978b4ea
commit ad02aba633
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141478

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
#