mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
19 lines
421 B
Text
19 lines
421 B
Text
#
|
|
# LDAP FreeBSD GNU C Make-platform file
|
|
#
|
|
|
|
|
|
#
|
|
# add any platform-specific overrides below here
|
|
#
|
|
|
|
#
|
|
# -------------------------------------------------------------------------
|
|
# you will probably not need to edit anything below this point
|
|
# -------------------------------------------------------------------------
|
|
CC = cc
|
|
|
|
PLATFORMCFLAGS= -Dfreebsd
|
|
|
|
# uncomment this line if using for LDAP_CRYPT
|
|
PLATFORMLIBS= -lcrypt
|