From: Ted Lemon Date: Thu, 9 Apr 1998 04:21:00 +0000 (+0000) Subject: Add dhcpctl subdir X-Git-Tag: carrel-2~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c610c561cf9c6a328158bb63e82a36596b24b47;p=thirdparty%2Fdhcp.git Add dhcpctl subdir --- diff --git a/Makefile.dist b/Makefile.dist index 724b9b061..35a6c4abe 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -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 \ diff --git a/configure b/configure index 24a7e141b..dc56c069e 100755 --- 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/^#//" \ $foo/Makefile