blob: f06c0aa14798fe93190514ca07e8b0b46b47a9bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile.inc,v 1.1 2021/12/28 17:05:44 christos Exp $
.include "../openldap.mk"
BINDIR= /usr/sbin
LDADD+= -L${LDAPOBJDIR.rewrite} -lrewrite
DPADD+= ${LDAPLIB.rewrite}
LDADD+= -L${LDAPOBJDIR.lunicode} -llunicode
DPADD+= ${LDAPLIB.lunicode}
LDADD+= -L${LDAPOBJDIR.lutil} -llutil
DPADD+= ${LDAPLIB.lutil}
LDADD+= -lldap_r ${LIBLDAP_LDADD}
DPADD+= ${LIBLDAP_DPADD}
|