Makefile revision 295367
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