2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 05:17:57 +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. # OF THE POSSIBILITY OF SUCH DAMAGE.
# #
SUBDIRS= common server client relay SUBDIRS= common server client relay statmsg systatd
all: all:
@for dir in ${SUBDIRS}; do \ @for dir in ${SUBDIRS}; do \

2
configure vendored
View File

@ -64,7 +64,7 @@ fi
echo "System Type: $sysname" 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/^#//" \ (sed -e "/^##--${sysname}--/,/^##--${sysname}--/s/^#//" \
<Makefile.conf; cat $foo/Makefile.dist) \ <Makefile.conf; cat $foo/Makefile.dist) \
>$foo/Makefile >$foo/Makefile