blob: 5b78621f96f8c8e693cc44c7046e65eac7d7475e (
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 = lfc dhcp4 dhcp6 d2 agent admin keactrl
if PERFDHCP
SUBDIRS += perfdhcp
endif
if KEA_SHELL
SUBDIRS += shell
endif
if HAVE_SYSREPO
SUBDIRS += netconf
endif
check-recursive: all-recursive
|