diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2009-02-21 15:04:31 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2009-02-21 15:04:31 +0000 |
| commit | d9ca85fca7bd0972742fae2a4c2d0ae6269ec059 (patch) | |
| tree | 11c7670bed757ae772443084cab74e8ca7e3f130 /gnu/lib/libssp/Makefile | |
| parent | 613042491b8b0e587fee55757ef575b155980c6e (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libssp/Makefile')
| -rw-r--r-- | gnu/lib/libssp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/lib/libssp/Makefile b/gnu/lib/libssp/Makefile index 4f6170e78423..c6b20dc93b66 100644 --- a/gnu/lib/libssp/Makefile +++ b/gnu/lib/libssp/Makefile @@ -1,5 +1,8 @@ # $FreeBSD$ +.include <bsd.own.mk> +MK_SSP= no + GCCDIR= ${.CURDIR}/../../../contrib/gcc GCCLIB= ${.CURDIR}/../../../contrib/gcclibs SRCDIR= ${GCCLIB}/libssp @@ -10,7 +13,6 @@ LIB= ssp SHLIB_MAJOR= 0 SHLIBDIR?= /lib NO_PROFILE= -WITHOUT_SSP= 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 \ |
