blob: d93cbf452fc4a9dac494a2038090b5207862313d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# The following build order must be maintained.
SUBDIRS = dhcp4 dhcp6 d2 agent admin lfc keactrl
if PERFDHCP
SUBDIRS += perfdhcp
endif
if KEA_SHELL
SUBDIRS += shell
endif
if HAVE_SYSREPO
SUBDIRS += netconf
endif
check-recursive: all-recursive
|