diff --git a/Makefile.in b/Makefile.in index d5ba70a47..9baa8c118 100644 --- a/Makefile.in +++ b/Makefile.in @@ -185,8 +185,7 @@ distclean: cleandir rm -rf Makefile config.status makex: - chmod +x Config newnet ircd ircdcron/ircdchk killircd - chmod +x rehash ircdreg + chmod +x Config ircd ircdcron/ircdchk fromdos: cleandir $(FROMDOS) -dv * diff --git a/newnet b/newnet deleted file mode 100755 index 125a5f021..000000000 --- a/newnet +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# $Id$ - echo "|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= " - echo "| UnrealIRCd Network Submission " - echo "| " - echo "| If you want your networks network file in the " - echo "| next release please attach your network file " - echo "| to an email and mail it to " - echo "| unreal-networks@lists.sourceforge.net " - echo "| " - echo "|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= " - exit 1