makefs: Remove impossible if condition
This test is inside the else block for if (*oldname == '.'), so
*oldname cannot be '.' here.
Reviewed by: kevans
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48243