mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Tools:
* gzip
* install
* rm
* strip
* tar
For the programs not checked in configure.ac:
From the manual of GNU Autoconf (version 2.71):
> If you use `AC_PROG_INSTALL`, you must include `install-sh` in your
> distribution
So set `install` just in the Makefile. Use `$(RM)` to ensure that `-f`
is always used and to make it easier to spot when `-r` is used.
See commit
|
||
|---|---|---|
| .. | ||
| apparmor | ||
| appimage | ||
| apps | ||
| apps-x11 | ||
| apps-x11-xorg | ||
| capabilities | ||
| chroot | ||
| compile | ||
| environment | ||
| fcopy | ||
| filters | ||
| firecfg | ||
| fnetfilter | ||
| fs | ||
| network | ||
| private-etc | ||
| private-lib | ||
| profiles | ||
| seccomp-extra | ||
| sysutils | ||
| utils | ||
| hidepid-howto | ||
| Makefile | ||