1294332Sdes#	$OpenBSD: Makefile,v 1.2 2015/01/20 22:58:57 djm Exp $
2276707Sdes
3276707SdesLIB=	test_helper
4276707SdesSRCS=	test_helper.c fuzz.c
5276707Sdes
6276707SdesDEBUGLIBS= no
7276707SdesNOPROFILE= yes
8276707SdesNOPIC=	yes
9276707Sdes
10294332Sdes# Hack to allow building with SUBDIR in ../../Makefile
11294332Sdesregress: all
12294332Sdes
13276707Sdesinstall:
14276707Sdes	@echo -n
15276707Sdes
16276707Sdes.include <bsd.lib.mk>
17