aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-07-02 09:35:02 +0200
committerLoïc Hoguin <[email protected]>2018-07-02 09:35:02 +0200
commit284ec81793e43d9e5a19f7b8636f9a4c26e0ed48 (patch)
tree1b13204775ed91f982e4910580bbafe38aa07756 /Makefile
parent5ada450fe10a5fc51b7f3f0900571a10547635a1 (diff)
downloadranch-284ec81793e43d9e5a19f7b8636f9a4c26e0ed48.tar.gz
ranch-284ec81793e43d9e5a19f7b8636f9a4c26e0ed48.tar.bz2
ranch-284ec81793e43d9e5a19f7b8636f9a4c26e0ed48.zip
Remove an old R16B01/02 workaround
Next release will only support 18+.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc928b1..7c73755 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ PROJECT_REGISTERED = ranch_server
# Options.
CT_OPTS += -pa test -ct_hooks ranch_ct_hook []
-PLT_APPS = crypto public_key ssl
+PLT_APPS = crypto public_key tools
# Dependencies.