MFstable/11 r304951:
authorngie <ngie@FreeBSD.org>
Fri, 2 Sep 2016 04:27:02 +0000 (04:27 +0000)
committerngie <ngie@FreeBSD.org>
Fri, 2 Sep 2016 04:27:02 +0000 (04:27 +0000)
commit56c4f0ba32fdf18c536f8fdcbdb18004314ec633
tree71b3d78190d7b0e3cfef354d31a241f5dc2c2fe2
parenta9bcfb02203702a05523271210cddd7d5ab9dd7d
MFstable/11 r304951:

MFC r303804:

Fix building usr.bin/tar/tests with PIE symbol building enabled by
removing CFLAGS+= -static

`CFLAGS+= -static` was a carryover from pre-r289195 with
usr.bin/tar/test/Makefile that should have been specified in LDFLAGS
There doesn't seem to be an apparent need for static compilation
of the test binaries.

Obtained-from: opBSD (418a491eed20d2603ddd1f1bd92c2c0d95094002)
usr.bin/tar/tests/Makefile