diff options
author | June McEnroe <june@causal.agency> | 2021-09-15 19:02:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-15 19:02:12 -0400 |
commit | f44201c95df419abe1ab18ff92b7466c51637c76 (patch) | |
tree | 4f3326058f167624b5c19123e448dc96d7967fb1 /bin/Makefile | |
parent | Set bot mode on downgrade (diff) | |
download | src-f44201c95df419abe1ab18ff92b7466c51637c76.tar.gz src-f44201c95df419abe1ab18ff92b7466c51637c76.zip |
Remove typer, add downgrade to README
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index c998d417..8564f59b 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -44,7 +44,6 @@ LINUX += psfed TLS += downgrade TLS += relay -TLS += typer MANS = ${BINS:%=man1/%.1} MANS.BSD = ${BSD:%=man1/%.1} |