From 803fc57e267fc55e557f22545cf6b4fcb3fbbdee Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 14 Sep 2021 23:30:49 -0400 Subject: Add downgrade IRC bot --- bin/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/Makefile') 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 -- cgit 1.4.1