mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
Add statmsg and systatd directories
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user