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 \