blob: 5b3894cbfb567afa89bbf3e9834769e4d36094d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $OpenBSD: Makefile,v 1.2 2015/01/20 22:58:57 djm Exp $
LIB= test_helper
SRCS= test_helper.c fuzz.c
DEBUGLIBS= no
NOPROFILE= yes
NOPIC= yes
# Hack to allow building with SUBDIR in ../../Makefile
regress: all
install:
@echo -n
.include <bsd.lib.mk>
|