]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Don't configure or build statmsg or sysconfd in 2.0
authorTed Lemon <source@isc.org>
Sat, 6 Dec 1997 11:23:46 +0000 (11:23 +0000)
committerTed Lemon <source@isc.org>
Sat, 6 Dec 1997 11:23:46 +0000 (11:23 +0000)
Makefile.dist
configure

index 724b9b0618fd536460028da6045c0462b0ba0fd9..2ecaaedc30166e17618ab1d2328565ec37abb759 100644 (file)
@@ -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 \
index 81d94898222073151434a0b932be109b5c7ad4cc..e80bd52764e6a029f89825d0ebe4fb5c754f150f 100755 (executable)
--- 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/^#//" \
                <Makefile.conf; cat $foo/Makefile.dist) \
                                >$foo/Makefile