aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-03-26 21:44:59 +0100
committerRichard Levitte <levitte@openssl.org>2015-03-31 20:16:01 +0200
commita80e33b991e29988309964439fa8dba30af7ea5c (patch)
treecd48fffdbd5be833907101af04f677f2ad8cee11 /apps
parentdee502be89e78e2979e3bd1d7724cf79daa6ef61 (diff)
downloadopenssl-a80e33b991e29988309964439fa8dba30af7ea5c.tar.gz
Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant
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>
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/Makefile b/apps/Makefile
index ac2663aefe..25e197fb46 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -68,12 +68,10 @@ E_SRC= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c ca.
SRC=$(E_SRC)
-EXHEADER=
HEADER= apps.h progs.h s_apps.h \
- testdsa.h testrsa.h \
- $(EXHEADER)
+ testdsa.h testrsa.h
-ALL= $(GENERAL) $(SRC) $(HEADER)
+ALL= $(GENERAL) $(SRC) $(HEADER)
top:
@(cd ..; $(MAKE) DIRS=$(DIR) all)
@@ -135,8 +133,6 @@ tags:
tests:
-links:
-
lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff