1# $OpenBSD: Makefile,v 1.3 2016/07/04 18:01:44 guenther Exp $ 2 3LIB= test_helper 4SRCS= test_helper.c fuzz.c 5 6NOPROFILE= yes 7NOPIC= yes 8 9# Hack to allow building with SUBDIR in ../../Makefile 10regress: all 11 12install: 13 @echo -n 14 15.include <bsd.lib.mk> 16