Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant
authorRichard Levitte <levitte@openssl.org>
Thu, 26 Mar 2015 20:44:59 +0000 (21:44 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 31 Mar 2015 18:16:01 +0000 (20:16 +0200)
With no more symlinks, there's no need for those variables, or the links
target.  This also goes for all install: and uninstall: targets that do
nothing but copy $(EXHEADER) files, since that's now taken care of by the
top Makefile.

Also, removed METHTEST from test/Makefile.  It looks like an old test that's
forgotten...

Reviewed-by: Rich Salz <rsalz@openssl.org>

No differences found