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 --- lib/libstand/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libstand') diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index 66e6ebb..0c2a65c 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -6,13 +6,15 @@ # quite large. # +.include +MK_SSP= no + LIB= stand NO_PROFILE= NO_PIC= INCS= stand.h MAN= libstand.3 -WITHOUT_SSP= CFLAGS+= -ffreestanding -Wformat CFLAGS+= -I${.CURDIR} -- cgit v1.1