Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131732517
D51787.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D51787.diff
View Options
diff --git a/share/misc/Makefile b/share/misc/Makefile
--- 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+= 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
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1639,6 +1639,7 @@
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 11, 5:47 PM (17 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23586620
Default Alt Text
D51787.diff (1 KB)
Attached To
Mode
D51787: share/misc: Move init.ee to the correct package
Attached
Detach File
Event Timeline
Log In to Comment