diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2009-02-24 16:14:15 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2009-02-24 16:14:15 +0000 |
| commit | 107e14e304ca79f541f39b0be352ae3beacab771 (patch) | |
| tree | c437bebdbc32c1df284c09b01e92dbbd13d982af /gnu/lib | |
| parent | fdd1a964d106117c002f0a683d4f9422d5e637e3 (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libssp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/libssp/Makefile b/gnu/lib/libssp/Makefile index c6b20dc93b66..641874c17289 100644 --- a/gnu/lib/libssp/Makefile +++ b/gnu/lib/libssp/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +SHLIBDIR?= /lib + .include <bsd.own.mk> MK_SSP= no @@ -11,7 +13,6 @@ SRCDIR= ${GCCLIB}/libssp LIB= ssp SHLIB_MAJOR= 0 -SHLIBDIR?= /lib NO_PROFILE= SRCS= ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \ |
