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:
parent
aa857ee022
commit
6bb045a30e
@ -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
2
configure
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user