mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
33 lines
730 B
Text
33 lines
730 B
Text
# LDAP OpenBSD cc Make-platform file
|
|
# on OpenBSD, cc is gcc
|
|
#
|
|
|
|
|
|
#
|
|
# add any platform-specific overrides below here
|
|
#
|
|
|
|
#
|
|
# -------------------------------------------------------------------------
|
|
# you will probably not need to edit anything below this point
|
|
# -------------------------------------------------------------------------
|
|
CC = gcc
|
|
|
|
PLATFORMCFLAGS= -Dopenbsd
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if (${KERBEROS} == "yes")
|
|
KERBEROS=-DKERBEROS
|
|
KRBINCLUDEFLAG = -I/usr/include/kerberosIV
|
|
KRBLIBS = -lkrb -ldes
|
|
.endif
|
|
|
|
LDBMBACKEND=-DLDBM_USE_DBBTREE
|
|
|
|
THREADS=-DNO_THREADS
|
|
|
|
LDAP_SENDMAIL=/usr/sbin/sendmail
|
|
LDAP_EDITOR=/usr/bin/vi
|
|
LDAP_FINGER=/usr/bin/finger
|
|
|