xref: /freebsd/crypto/openssh/regress/unittests/test_helper/Makefile (revision a0ee8cc636cd5c2374ec44ca71226564ea0bca95)
1#	$OpenBSD: Makefile,v 1.1 2014/04/30 05:32:00 djm Exp $
2
3LIB=	test_helper
4SRCS=	test_helper.c fuzz.c
5
6DEBUGLIBS= no
7NOPROFILE= yes
8NOPIC=	yes
9
10install:
11	@echo -n
12
13.include <bsd.lib.mk>
14