2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 12:57:42 +00:00

Add statmsg and systatd directories

This commit is contained in:
Ted Lemon 1997-09-16 18:07:36 +00:00
parent aa857ee022
commit 6bb045a30e
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
#
SUBDIRS= common server client relay
SUBDIRS= common server client relay statmsg systatd
all:
@for dir in ${SUBDIRS}; do \

2
configure vendored
View File

@ -64,7 +64,7 @@ fi
echo "System Type: $sysname"
for foo in . client server relay common; do
for foo in . client server relay statmsg systatd common; do
(sed -e "/^##--${sysname}--/,/^##--${sysname}--/s/^#//" \
<Makefile.conf; cat $foo/Makefile.dist) \
>$foo/Makefile