summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/regress/unittests/test_helper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/regress/unittests/test_helper/Makefile')
-rw-r--r--crypto/openssh/regress/unittests/test_helper/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/openssh/regress/unittests/test_helper/Makefile b/crypto/openssh/regress/unittests/test_helper/Makefile
index 3e90903..5b3894c 100644
--- a/crypto/openssh/regress/unittests/test_helper/Makefile
+++ b/crypto/openssh/regress/unittests/test_helper/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2014/04/30 05:32:00 djm Exp $
+# $OpenBSD: Makefile,v 1.2 2015/01/20 22:58:57 djm Exp $
LIB= test_helper
SRCS= test_helper.c fuzz.c
@@ -7,6 +7,9 @@ DEBUGLIBS= no
NOPROFILE= yes
NOPIC= yes
+# Hack to allow building with SUBDIR in ../../Makefile
+regress: all
+
install:
@echo -n
OpenPOWER on IntegriCloud