|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.287, 2008/10/17 17:29:39 | version 1.288, 2008/10/19 15:22:50 | ||
|---|---|---|---|
|
|
||
| # files or always have a shared library. | # files or always have a shared library. | ||
| .if defined(MKPIE) && (${MKPIE} != "no") | .if defined(MKPIE) && (${MKPIE} != "no") | ||
| CFLAGS+= ${PIE_CFLAGS} | CFLAGS+= ${PIE_CFLAGS} | ||
| AFLAGS+= ${PIE_AFLAGS} | |||
| .endif | .endif | ||
| COPTS+= ${COPTS.lib${LIB}} | COPTS+= ${COPTS.lib${LIB}} | ||
| CPPFLAGS+= ${CPPFLAGS.lib${LIB}} | CPPFLAGS+= ${CPPFLAGS.lib${LIB}} |