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