xref: /freebsd/crypto/openssh/regress/unittests/test_helper/Makefile (revision 4f0a4502a1f33fef287ac558c98e5ef99a32216f)
1#	$OpenBSD: Makefile,v 1.2 2015/01/20 22:58:57 djm Exp $
2
3LIB=	test_helper
4SRCS=	test_helper.c fuzz.c
5
6DEBUGLIBS= no
7NOPROFILE= yes
8NOPIC=	yes
9
10# Hack to allow building with SUBDIR in ../../Makefile
11regress: all
12
13install:
14	@echo -n
15
16.include <bsd.lib.mk>
17