rename the only use of HAS_SSP in the tree to HAVE_SSP.

This commit is contained in:
christos 2013-01-27 02:32:39 +00:00
parent d55974ab54
commit 1f1bab53b7

View File

@ -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 <bsd.own.mk>
@ -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