]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Include a site.conf file after Makefile.dist.
authorTed Lemon <source@isc.org>
Tue, 17 Mar 1998 06:06:35 +0000 (06:06 +0000)
committerTed Lemon <source@isc.org>
Tue, 17 Mar 1998 06:06:35 +0000 (06:06 +0000)
configure

index 9e6bdf7004300b8255d1cf8c64c491d1115614fb..24a7e141b49b16521bbd29b58ffbec7828b79706 100755 (executable)
--- a/configure
+++ b/configure
@@ -74,7 +74,7 @@ echo "System Type: $sysname"
 
 for foo in . client server relay statmsg sysconfd common; do
         (sed -e "/^##--${sysname}--/,/^##--${sysname}--/s/^#//" \
-               <Makefile.conf; cat $foo/Makefile.dist) \
+               <Makefile.conf; cat site.conf; cat $foo/Makefile.dist)  \
                                >$foo/Makefile
 done