Home | History | Annotate | Line # | Download | only in back-monitor
      1  1.1  christos # $NetBSD: Makefile,v 1.1 2021/12/28 17:05:44 christos Exp $
      2  1.1  christos 
      3  1.1  christos USE_FORT=yes
      4  1.1  christos LIBISPRIVATE=yes
      5  1.1  christos 
      6  1.1  christos .include <bsd.init.mk>
      7  1.1  christos 
      8  1.1  christos LIB=back_monitor
      9  1.1  christos 
     10  1.1  christos SLAPD= ${LDAP_DISTDIR}/servers/slapd
     11  1.1  christos BACK_MONITOR=${SLAPD}/back-monitor
     12  1.1  christos .PATH: ${BACK_MONITOR} 
     13  1.1  christos 
     14  1.1  christos CPPFLAGS+=-I${SLAPD} -I${BACK_MONITOR}
     15  1.1  christos 
     16  1.1  christos SRCS += \
     17  1.1  christos 	backend.c bind.c cache.c compare.c conn.c database.c entry.c init.c \
     18  1.1  christos 	listener.c log.c modify.c operation.c operational.c overlay.c rww.c \
     19  1.1  christos 	search.c sent.c thread.c time.c version.c
     20  1.1  christos 
     21  1.1  christos 
     22  1.1  christos .include <bsd.lib.mk>
     23