From 1f1bab53b7f82237d09223f31c4a21e7571a99a9 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 27 Jan 2013 02:32:39 +0000 Subject: [PATCH] rename the only use of HAS_SSP in the tree to HAVE_SSP. --- tests/lib/libc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lib/libc/Makefile b/tests/lib/libc/Makefile index 99a07efea3fb..364804691c45 100644 --- a/tests/lib/libc/Makefile +++ b/tests/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2013/01/26 21:58:41 christos Exp $ +# $NetBSD: Makefile,v 1.46 2013/01/27 02:32:39 christos Exp $ .include "Makefile.inc" .include @@ -8,7 +8,7 @@ SUBDIR+= tls_dso .WAIT TESTS_SUBDIRS+= c063 db gen hash inet locale net regex rpc setjmp stdlib TESTS_SUBDIRS+= stdio string sys termios time tls ttyio -.if ${HAS_SSP} == "yes" +.if ${HAVE_SSP} == "yes" TESTS_SUBDIRS+= ssp .endif