aboutsummaryrefslogtreecommitdiff
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/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/openssh/regress/unittests/test_helper/Makefile b/crypto/openssh/regress/unittests/test_helper/Makefile
new file mode 100644
index 000000000000..5b3894cbfb56
--- /dev/null
+++ b/crypto/openssh/regress/unittests/test_helper/Makefile
@@ -0,0 +1,16 @@
+# $OpenBSD: Makefile,v 1.2 2015/01/20 22:58:57 djm Exp $
+
+LIB= test_helper
+SRCS= test_helper.c fuzz.c
+
+DEBUGLIBS= no
+NOPROFILE= yes
+NOPIC= yes
+
+# Hack to allow building with SUBDIR in ../../Makefile
+regress: all
+
+install:
+ @echo -n
+
+.include <bsd.lib.mk>