build: run uname only in usr/src/pkg
commitba5390def9a3664bc129cbf355ae00507eb825ea
authorJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Fri, 12 Jan 2018 19:09:41 +0000 (12 14:09 -0500)
committerJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Fri, 12 Jan 2018 19:09:41 +0000 (12 14:09 -0500)
tree97a9342c92e10abc1ef83683343b3e31aa838ece
parent93c1390248f10814361a6edca288e7af5805e130
build: run uname only in usr/src/pkg

Keeping SETLEGACYUNAME in Makefile.master caused dmake to evaluate it on what
appeared to be every invocation of make.  Since the only consumers of it are in
pkg, moving the assignment there reduces the amount of useless evaluation.
usr/src/Makefile.master
usr/src/pkg/Makefile