Explorar el Código

remove dighosts from Makefiles

z3APA3A hace 8 años
padre
commit
372e5625c3
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  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 \