1SRVR_TARGETS=
2
3ifeq ($(BUILD_SLAPD),yes)
4	SRVR_TARGETS= clients servers tests doc
5endif
6
7SUBDIRS= include libraries $(SRVR_TARGETS)
8
9