]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add dhcpctl subdir
authorTed Lemon <source@isc.org>
Thu, 9 Apr 1998 04:21:00 +0000 (04:21 +0000)
committerTed Lemon <source@isc.org>
Thu, 9 Apr 1998 04:21:00 +0000 (04:21 +0000)
Makefile.dist
configure

index 724b9b0618fd536460028da6045c0462b0ba0fd9..35a6c4abe80000e614da5e957bb4359027f12c9b 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile.dist
 #
-# Copyright (c) 1996, 1997 The Internet Software Consortium.
+# Copyright (c) 1996, 1997, 1998 The Internet Software Consortium.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -30,7 +30,7 @@
 # OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-SUBDIRS=       common server client relay statmsg sysconfd
+SUBDIRS=       common server client relay statmsg sysconfd dhcpctl
 
 all:
        @for dir in ${SUBDIRS}; do \
index 24a7e141b49b16521bbd29b58ffbec7828b79706..dc56c069e049201a75b247b3c52a1bb9aac77d32 100755 (executable)
--- a/configure
+++ b/configure
@@ -72,7 +72,7 @@ fi
 
 echo "System Type: $sysname"
 
-for foo in . client server relay statmsg sysconfd common; do
+for foo in . client server relay statmsg sysconfd common dhcpctl; do
         (sed -e "/^##--${sysname}--/,/^##--${sysname}--/s/^#//" \
                <Makefile.conf; cat site.conf; cat $foo/Makefile.dist)  \
                                >$foo/Makefile