xref: /freebsd/crypto/openssh/regress/unittests/test_helper/Makefile (revision 59c8e88e72633afbc47a4ace0d2170d00d51f7dc)
1#	$OpenBSD: Makefile,v 1.3 2016/07/04 18:01:44 guenther Exp $
2
3LIB=	test_helper
4SRCS=	test_helper.c fuzz.c
5
6NOPROFILE= yes
7NOPIC=	yes
8
9# Hack to allow building with SUBDIR in ../../Makefile
10regress: all
11
12install:
13	@echo -n
14
15.include <bsd.lib.mk>
16