From 372e5625c31ef7a76bfd52558c3bd1ef74f7d308 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Sun, 25 Jun 2017 19:54:29 +0300 Subject: [PATCH] remove dighosts from Makefiles --- Makefile.Linux | 1 - Makefile.unix-install | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.Linux b/Makefile.Linux index 7f7b42a..4c42283 100644 --- a/Makefile.Linux +++ b/Makefile.Linux @@ -50,7 +50,6 @@ INSTALL = /usr/bin/install INSTALL_BIN = $(INSTALL) -m 755 INSTALL_DATA = $(INSTALL) -m 644 INSTALL_OBJS = src/3proxy \ - src/dighosts \ src/ftppr \ src/mycrypt \ src/pop3p \ diff --git a/Makefile.unix-install b/Makefile.unix-install index 4676dbf..5cd80f8 100644 --- a/Makefile.unix-install +++ b/Makefile.unix-install @@ -7,7 +7,6 @@ INSTALL = /usr/bin/install INSTALL_BIN = $(INSTALL) -m 755 INSTALL_DATA = $(INSTALL) -m 644 INSTALL_OBJS = src/3proxy \ - src/dighosts \ src/ftppr \ src/mycrypt \ src/pop3p \