summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-14 23:30:49 -0400
committerJune McEnroe <june@causal.agency>2021-09-14 23:37:51 -0400
commit803fc57e267fc55e557f22545cf6b4fcb3fbbdee (patch)
tree6d9ce7375116d1c619ad478330dd240bfd25ecaf /bin/Makefile
parentSort by title if authors match (diff)
downloadsrc-803fc57e267fc55e557f22545cf6b4fcb3fbbdee.tar.gz
src-803fc57e267fc55e557f22545cf6b4fcb3fbbdee.zip
Add downgrade IRC bot
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 9e8d5281..c998d417 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -42,6 +42,7 @@ LINUX += fbatt
 LINUX += fbclock
 LINUX += psfed
 
+TLS += downgrade
 TLS += relay
 TLS += typer
 
@@ -51,6 +52,7 @@ MANS.GAMES = ${GAMES:%=man6/%.6}
 MANS.LINUX = ${LINUX:%=man1/%.1}
 MANS.TLS = ${TLS:%=man1/%.1}
 
+LDLIBS.downgrade = -ltls
 LDLIBS.dtch = -lutil
 LDLIBS.fbclock = -lz
 LDLIBS.freecell = -lcurses