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 /rescue/librescue | |
parent | 613042491b8b0e587fee55757ef575b155980c6e (diff) | |
download | src-test2-d9ca85fca7bd0972742fae2a4c2d0ae6269ec059.tar.gz src-test2-d9ca85fca7bd0972742fae2a4c2d0ae6269ec059.zip |
Notes
Diffstat (limited to 'rescue/librescue')
-rw-r--r-- | rescue/librescue/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rescue/librescue/Makefile b/rescue/librescue/Makefile index 9fd3c8f4d0c9..62f5da1ba292 100644 --- a/rescue/librescue/Makefile +++ b/rescue/librescue/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ # -WITHOUT_SSP= - .include <bsd.own.mk> +MK_SSP= no # Certain library entries have hard-coded references to # /bin, /sbin, etc, that require those entries to be |