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