From 21f7074adead943a0dc3cef015c11ab5e77c3f67 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 21 Feb 2009 15:04:31 +0000 Subject: Fix build when WITH_SSP is set explicitly. Submitted by: Jeremie Le Hen --- rescue/librescue/Makefile | 3 +-- rescue/rescue/Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'rescue') diff --git a/rescue/librescue/Makefile b/rescue/librescue/Makefile index 9fd3c8f..62f5da1 100644 --- a/rescue/librescue/Makefile +++ b/rescue/librescue/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ # -WITHOUT_SSP= - .include +MK_SSP= no # Certain library entries have hard-coded references to # /bin, /sbin, etc, that require those entries to be diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 685c49b..77f5963 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -2,9 +2,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 NO_MAN= -WITHOUT_SSP= .include +MK_SSP= no PROG= rescue BINDIR?=/rescue -- cgit v1.1