Bug #13221
Updated by Patrick Mooney over 1 year ago
Upstream of Joyent "OS-7838":https://smartos.org/bugview/OS-7838: OS-7838: While addressing "OS-7835":https://smartos.org/bugview/OS-7835, OS-7835, I discovered that all of the uts/*/unix Makefiles use the generic @MAPFILE@ name to build the unix module, rather than something more specific. This gets in the way of other machine-specific modules using such a name that makes sense. The variable for the unix mapfile should probably be renamed to @UNIX_MAPFILE@.