2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Add dhcpctl subdir

This commit is contained in:
Ted Lemon
1998-04-09 04:21:00 +00:00
parent 2ca2eda92d
commit 9c610c561c
2 changed files with 3 additions and 3 deletions

View 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 \

2
configure vendored
View File

@@ -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