summaryrefslogtreecommitdiffstats
path: root/demos/bio
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-15 15:01:30 -0500
committerRich Salz <rsalz@openssl.org>2016-01-17 14:47:32 -0500
commitee6d9f4eb602479d04872f3a9fd1d3904bd96fd1 (patch)
treeba4a3c3e0f85566167d3051980997eef23bf6142 /demos/bio
parent9e5cd4bac777e27ebcdc9aa411f0a63c27500468 (diff)
Remove some old makefile targets
Remove lint, tags, dclean, tests. This is prep for a new makedepend scheme. This is temporary pending unified makefile, and might help it. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'demos/bio')
-rw-r--r--demos/bio/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/bio/Makefile.in b/demos/bio/Makefile.in
index f8c8f03517..04c5dc7e4e 100644
--- a/demos/bio/Makefile.in
+++ b/demos/bio/Makefile.in
@@ -20,3 +20,4 @@ client-conf: client-conf.o
clean:
rm -f $(EXAMPLES) *.o
+# DO NOT DELETE THIS LINE -- make depend depends on it.