1323129Sdes#	$OpenBSD: Makefile,v 1.3 2016/07/04 18:01:44 guenther Exp $
2276707Sdes
3276707SdesLIB=	test_helper
4276707SdesSRCS=	test_helper.c fuzz.c
5276707Sdes
6276707SdesNOPROFILE= yes
7276707SdesNOPIC=	yes
8276707Sdes
9294332Sdes# Hack to allow building with SUBDIR in ../../Makefile
10294332Sdesregress: all
11294332Sdes
12276707Sdesinstall:
13276707Sdes	@echo -n
14276707Sdes
15276707Sdes.include <bsd.lib.mk>
16