git: 3958a0eb7efd - main - share/misc: Move init.ee to the correct package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Aug 2025 12:37:23 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=3958a0eb7efdea1e76137a0b8da55af7af4d4738
commit 3958a0eb7efdea1e76137a0b8da55af7af4d4738
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-08-07 11:44:38 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-08-07 12:36:59 +0000
share/misc: Move init.ee to the correct package
Also, only install it if MK_EE is enabled.
Reviewed by: manu (previous version)
Differential Revision: https://reviews.freebsd.org/D51787
---
share/misc/Makefile | 10 +++++++++-
tools/build/mk/OptionalObsoleteFiles.inc | 1 +
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/share/misc/Makefile b/share/misc/Makefile
index d92a359ec367..4ddc910c891e 100644
--- a/share/misc/Makefile
+++ b/share/misc/Makefile
@@ -2,8 +2,9 @@
.PATH: ${.CURDIR}/../../sys/dev/usb
+FILESGROUPS= FILES
FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
- committers-src.dot flowers init.ee \
+ committers-src.dot flowers \
iso3166 iso639 latin1 mdoc.template operator pci_vendors \
scsi_modes usb_vendors \
organization.dot
@@ -15,4 +16,11 @@ FILES+= usb_hid_usages
FILES+= usbdevs
.endif
+.if ${MK_EE} != "no"
+FILESGROUPS+= EE
+EE= init.ee
+EEDIR= ${FILESDIR}
+EEPACKAGE= ee
+.endif
+
.include <bsd.prog.mk>
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 58ca2a49b801..aa6d04f1cc43 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1639,6 +1639,7 @@ OLD_FILES+=usr/bin/ree
OLD_FILES+=usr/share/man/man1/edit.1.gz
OLD_FILES+=usr/share/man/man1/ee.1.gz
OLD_FILES+=usr/share/man/man1/ree.1.gz
+OLD_FILES+=usr/share/misc/init.ee
OLD_FILES+=usr/share/nls/C/ee.cat
OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat