blob: 1b779764240b6e0aec6a92ef065801ffd31b2cfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SUBDIRS = bootp flex_option high_availability lease_cmds perfmon
if HAVE_MYSQL
SUBDIRS += mysql_cb
endif
if HAVE_PGSQL
SUBDIRS += pgsql_cb
endif
SUBDIRS += run_script stat_cmds user_chk
|