aboutsummaryrefslogtreecommitdiff
path: root/share/misc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/misc/Makefile')
-rw-r--r--share/misc/Makefile10
1 files changed, 9 insertions, 1 deletions
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>