xref: /openbsd-src/regress/sbin/iked/test_helper/Makefile (revision a230c5a5ceb1ac11489695fd7cf6d70bd582abb3)
1#	$OpenBSD: Makefile,v 1.1 2017/05/29 20:59:32 markus 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