diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-04-25 19:25:26 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-04-25 19:25:26 +0000 |
| commit | 98407b8bc2a44f4c665fa343496bd22ac1556700 (patch) | |
| tree | e61458802aff10eb35c753f3f59363e08294bf8a /gnu | |
| parent | 14472d17d73ad56ae2694ad752f67a06abfaeb72 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/libgcov/Makefile | 5 | ||||
| -rw-r--r-- | gnu/lib/libssp/Makefile | 5 | ||||
| -rw-r--r-- | gnu/lib/libssp/libssp_nonshared/Makefile | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/gnu/lib/libgcov/Makefile b/gnu/lib/libgcov/Makefile index dbefca28cc9a..aab624105291 100644 --- a/gnu/lib/libgcov/Makefile +++ b/gnu/lib/libgcov/Makefile @@ -1,8 +1,9 @@ # $FreeBSD$ -NO_PROFILE= -.include <bsd.own.mk> +MK_PROFILE= no MK_SSP= no + +.include <bsd.own.mk> .include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt" GCCDIR= ${.CURDIR}/../../../contrib/gcc diff --git a/gnu/lib/libssp/Makefile b/gnu/lib/libssp/Makefile index 641874c17289..6e8977169bb3 100644 --- a/gnu/lib/libssp/Makefile +++ b/gnu/lib/libssp/Makefile @@ -2,9 +2,11 @@ SHLIBDIR?= /lib -.include <bsd.own.mk> +MK_PROFILE= no MK_SSP= no +.include <bsd.own.mk> + GCCDIR= ${.CURDIR}/../../../contrib/gcc GCCLIB= ${.CURDIR}/../../../contrib/gcclibs SRCDIR= ${GCCLIB}/libssp @@ -13,7 +15,6 @@ SRCDIR= ${GCCLIB}/libssp LIB= ssp SHLIB_MAJOR= 0 -NO_PROFILE= SRCS= ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \ memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \ diff --git a/gnu/lib/libssp/libssp_nonshared/Makefile b/gnu/lib/libssp/libssp_nonshared/Makefile index 94544951fdfd..b8b6fcf18823 100644 --- a/gnu/lib/libssp/libssp_nonshared/Makefile +++ b/gnu/lib/libssp/libssp_nonshared/Makefile @@ -7,7 +7,7 @@ GCCLIB= ${.CURDIR}/../../../../contrib/gcclibs LIB= ssp_nonshared NO_PIC= -NO_PROFILE= +MK_PROFILE=no SRCS= ssp-local.c |
