From 9c610c561cf9c6a328158bb63e82a36596b24b47 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Thu, 9 Apr 1998 04:21:00 +0000 Subject: [PATCH] Add dhcpctl subdir --- Makefile.dist | 4 ++-- configure | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3