From: Ted Lemon Date: Sat, 6 Dec 1997 11:23:46 +0000 (+0000) Subject: Don't configure or build statmsg or sysconfd in 2.0 X-Git-Tag: V2-BETA-1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68b8cfddb42cb1f7ff8457858488495d1f18105d;p=thirdparty%2Fdhcp.git Don't configure or build statmsg or sysconfd in 2.0 --- diff --git a/Makefile.dist b/Makefile.dist index 724b9b061..2ecaaedc3 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -30,7 +30,7 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. # -SUBDIRS= common server client relay statmsg sysconfd +SUBDIRS= common server client relay all: @for dir in ${SUBDIRS}; do \ diff --git a/configure b/configure index 81d948982..e80bd5276 100755 --- a/configure +++ b/configure @@ -68,7 +68,7 @@ fi echo "System Type: $sysname" -for foo in . client server relay statmsg sysconfd common; do +for foo in . client server relay common; do (sed -e "/^##--${sysname}--/,/^##--${sysname}--/s/^#//" \ $foo/Makefile