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