mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 01:29:18 -05:00
20 lines
419 B
Text
20 lines
419 B
Text
|
|
#
|
||
|
|
# LDAP SunOS 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
|
||
|
|
5LINT = /usr/5bin/lint
|
||
|
|
|
||
|
|
PLATFORMCFLAGS= -Dsunos4
|
||
|
|
THREADS= -DTHREAD_SUNOS4_LWP
|
||
|
|
THREADSLIB=-llwp
|