git: ab53a4e9b95d - main - Remove `/usr/share/examples/oci` when MK_EXAMPLES == no
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Apr 2026 20:53:28 UTC
The branch main has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=ab53a4e9b95de1f6f58a8316b4c4eccf0b1760a2
commit ab53a4e9b95de1f6f58a8316b4c4eccf0b1760a2
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-04-22 20:51:48 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-04-22 20:53:24 +0000
Remove `/usr/share/examples/oci` when MK_EXAMPLES == no
MFC after: 1 week
Fixes: d03c82c28da86 ("release: add optional OCI images")
---
tools/build/mk/OptionalObsoleteFiles.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 79d415163c87..c4aa49ac65d3 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1820,6 +1820,8 @@ OLD_FILES+=usr/share/examples/netgraph/raw
OLD_FILES+=usr/share/examples/netgraph/udp.tunnel
OLD_FILES+=usr/share/examples/netgraph/virtual.chain
OLD_FILES+=usr/share/examples/netgraph/virtual.lan
+OLD_FILES+=usr/share/examples/oci/Containerfile.pkg
+OLD_FILES+=usr/share/examples/oci/README
OLD_FILES+=usr/share/examples/perfmon/Makefile
OLD_FILES+=usr/share/examples/perfmon/README
OLD_FILES+=usr/share/examples/perfmon/perfmon.c
@@ -1980,6 +1982,7 @@ OLD_DIRS+=usr/share/examples/libusb20
OLD_DIRS+=usr/share/examples/libvgl
OLD_DIRS+=usr/share/examples/mdoc
OLD_DIRS+=usr/share/examples/netgraph
+OLD_DIRS+=usr/share/examples/oci
OLD_DIRS+=usr/share/examples/perfmon
OLD_DIRS+=usr/share/examples/pf
OLD_DIRS+=usr/share/examples/ppi