mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
17 lines
351 B
Text
17 lines
351 B
Text
|
|
#
|
||
|
|
# LDAP NetBSD 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= -Dnetbsd
|