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

34 lines
725 B
Text

#
# LDAP OpenBSD GNU C Make-platform file
#
#
# 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
# Use DB BTREE
LDBMBACKEND=-DLDBM_USE_DBBTREE
THREADS=-DNO_THREADS
LDAP_SENDMAIL=/usr/sbin/sendmail
LDAP_EDITOR=/usr/bin/vi
LDAP_FINGER=/usr/bin/finger