Przeglądaj źródła

remove dighosts from Makefiles

z3APA3A 8 lat temu
rodzic
commit
372e5625c3
2 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 1
      Makefile.Linux
  2. 0 1
      Makefile.unix-install

+ 0 - 1
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 \

+ 0 - 1
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 \