openldap/build/platforms/openbsd-cc/Make-platform
1998-09-01 03:42:35 +00:00

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