diff options
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 636b807..ee43a38 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -199,6 +199,13 @@ 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 # |