mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 23:35:23 +00:00
Add dhcpctl subdir
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Makefile.dist
|
# Makefile.dist
|
||||||
#
|
#
|
||||||
# Copyright (c) 1996, 1997 The Internet Software Consortium.
|
# Copyright (c) 1996, 1997, 1998 The Internet Software Consortium.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
|
|
||||||
SUBDIRS= common server client relay statmsg sysconfd
|
SUBDIRS= common server client relay statmsg sysconfd dhcpctl
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@for dir in ${SUBDIRS}; do \
|
@for dir in ${SUBDIRS}; do \
|
||||||
|
2
configure
vendored
2
configure
vendored
@@ -72,7 +72,7 @@ fi
|
|||||||
|
|
||||||
echo "System Type: $sysname"
|
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/^#//" \
|
(sed -e "/^##--${sysname}--/,/^##--${sysname}--/s/^#//" \
|
||||||
<Makefile.conf; cat site.conf; cat $foo/Makefile.dist) \
|
<Makefile.conf; cat site.conf; cat $foo/Makefile.dist) \
|
||||||
>$foo/Makefile
|
>$foo/Makefile
|
||||||
|
Reference in New Issue
Block a user