From 39927d43b7a4bc4a3d8b16d971a0094e6a274280 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 21 Dec 2019 16:51:57 -0500 Subject: Revert "Add first working version of imbox" Moved to . This reverts commit 6aa7f2f6bf47fa9df9c749ce665171fa30800937. --- bin/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index 70e0bb7e..749acaf7 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -51,7 +51,6 @@ BINS_LINUX += psfed BINS_CURL += title -BINS_TLS += imbox BINS_TLS += relay BINS = ${BINS_ANY} ${BINS_BSD} ${BINS_LINUX} ${BINS_CURL} ${BINS_TLS} @@ -81,9 +80,6 @@ hi: hi.c open pbcopy pbpaste: pbd ln -f pbd $@ -imbox: imbox.c - ${CC} ${CFLAGS_tls} ${LDFLAGS_tls} $@.c ${LDLIBS_tls} -o $@ - relay: relay.c ${CC} ${CFLAGS_tls} ${LDFLAGS_tls} $@.c ${LDLIBS_tls} -o $@ -- cgit 1.4.1