ソースを参照

remove dighosts from Makefiles

z3APA3A 8 年 前
コミット
372e5625c3
2 ファイル変更0 行追加2 行削除
  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 \