diff --git a/Makefile.dist b/Makefile.dist index 724b9b06..35a6c4ab 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 24a7e141..dc56c069 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