Module Name: src
Committed By: christos
Date: Sun Jan 27 02:32:39 UTC 2013
Modified Files:
src/tests/lib/libc: Makefile
Log Message:
rename the only use of HAS_SSP in the tree to HAVE_SSP.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/tests/lib/libc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/Makefile
diff -u src/tests/lib/libc/Makefile:1.45 src/tests/lib/libc/Makefile:1.46
--- src/tests/lib/libc/Makefile:1.45 Sat Jan 26 16:58:41 2013
+++ src/tests/lib/libc/Makefile Sat Jan 26 21:32:39 2013
@@ -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