Home | History | Annotate | Line # | Download | only in back-relay
      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_relay
      9  1.1  christos 
     10  1.1  christos SLAPD= ${LDAP_DISTDIR}/servers/slapd
     11  1.1  christos BACK_RELAY=${SLAPD}/back-relay
     12  1.1  christos .PATH: ${BACK_RELAY} 
     13  1.1  christos 
     14  1.1  christos CPPFLAGS+=-I${SLAPD} -I${BACK_RELAY}
     15  1.1  christos 
     16  1.1  christos SRCS += \
     17  1.1  christos 	init.c op.c version.c
     18  1.1  christos 
     19  1.1  christos 
     20  1.1  christos .include <bsd.lib.mk>
     21