]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add statmsg and systatd directories
authorTed Lemon <source@isc.org>
Tue, 16 Sep 1997 18:07:36 +0000 (18:07 +0000)
committerTed Lemon <source@isc.org>
Tue, 16 Sep 1997 18:07:36 +0000 (18:07 +0000)
Makefile.dist
configure

index 2ecaaedc30166e17618ab1d2328565ec37abb759..f8e802e4c44fb2e829e1193179a1bda3da4e4905 100644 (file)
@@ -30,7 +30,7 @@
 # OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-SUBDIRS=       common server client relay
+SUBDIRS=       common server client relay statmsg systatd
 
 all:
        @for dir in ${SUBDIRS}; do \
index b6194da54587062342cb31a800bce4c0f9ba7648..cdad7d4206c7c3f1d87519784d675ce42d20152e 100755 (executable)
--- a/configure
+++ b/configure
@@ -64,7 +64,7 @@ fi
 
 echo "System Type: $sysname"
 
-for foo in . client server relay common; do
+for foo in . client server relay statmsg systatd common; do
         (sed -e "/^##--${sysname}--/,/^##--${sysname}--/s/^#//" \
                <Makefile.conf; cat $foo/Makefile.dist) \
                                >$foo/Makefile