Home | History | Annotate | Line # | Download | only in overlays
      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=overlays
      9  1.1  christos 
     10  1.1  christos SLAPD= ${LDAP_DISTDIR}/servers/slapd
     11  1.1  christos OVERLAYS=${SLAPD}/overlays
     12  1.1  christos .PATH: ${OVERLAYS}
     13  1.1  christos 
     14  1.1  christos CPPFLAGS+=-I${SLAPD} -I${OVERLAYS} -DSLAPD_IMPORT -DSLAPD_OVER_SYNCPROV
     15  1.1  christos 
     16  1.1  christos SRCS += \
     17  1.1  christos 	overlays.c statover.c syncprov.c
     18  1.1  christos 
     19  1.1  christos .include <bsd.lib.mk>
     20