]> git.sur5r.net Git - openldap/blob - build/platforms/freebsd-gcc/Make-platform
-DLDAP_CRYPT is disabled by default, don't need -lcrypt
[openldap] / build / platforms / freebsd-gcc / Make-platform
1 #
2 # LDAP FreeBSD GNU C Make-platform file
3 #
4
5
6 #
7 # add any platform-specific overrides below here
8 #
9
10 #
11 # -------------------------------------------------------------------------
12 # you will probably not need to edit anything below this point
13 # -------------------------------------------------------------------------
14 CC      = cc
15
16 PLATFORMCFLAGS= -Dfreebsd
17
18 # uncomment this line if using for LDAP_CRYPT
19 #PLATFORMLIBS=  -lcrypt