mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
The files being removed were artifacts of my initial builds using
a process to extract files used by the port during its build. It
was later discovered they were not needed but they were not removed
from the build at the time.
tools/build/mk/OptionalObsoleteFiles.inc removes the extraneous files
from an installed system. These files are not supposed to be installed.
There are three parts of this patch.
1. Don't install them in the first place.
2. Remove the files if they were previously installed.
3. Ensure they are removed when switching back to Heimdal from MIT.
Reported by: fluffy
Fixes:
|
||
|---|---|---|
| .. | ||
| audit | ||
| k5tls | ||
| kdb | ||
| preauth | ||
| Makefile | ||
| Makefile.inc | ||