summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh/unittests
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2016-07-04 18:01:45 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2016-07-04 18:01:45 +0000
commit3291a02f9199737c4d142baa04327a7638252f40 (patch)
tree6696e21c0e95ca17a33441f48aeb2cece67df48e /regress/usr.bin/ssh/unittests
parent5f4a7b14cf8a489690f75891ca7a375de899f92c (diff)
DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS
contains -g by default anyway problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com) ok millert@ kettenis@ deraadt@
Diffstat (limited to 'regress/usr.bin/ssh/unittests')
-rw-r--r--regress/usr.bin/ssh/unittests/test_helper/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/unittests/test_helper/Makefile b/regress/usr.bin/ssh/unittests/test_helper/Makefile
index 5b3894cbfb5..78026e6533d 100644
--- a/regress/usr.bin/ssh/unittests/test_helper/Makefile
+++ b/regress/usr.bin/ssh/unittests/test_helper/Makefile
@@ -1,9 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 2015/01/20 22:58:57 djm Exp $
+# $OpenBSD: Makefile,v 1.3 2016/07/04 18:01:44 guenther Exp $
LIB= test_helper
SRCS= test_helper.c fuzz.c
-DEBUGLIBS= no
NOPROFILE= yes
NOPIC= yes