You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
246 B
16 lines
246 B
4 months ago
|
# $OpenBSD: Makefile,v 1.3 2016/07/04 18:01:44 guenther Exp $
|
||
|
|
||
|
LIB= test_helper
|
||
|
SRCS= test_helper.c fuzz.c
|
||
|
|
||
|
NOPROFILE= yes
|
||
|
NOPIC= yes
|
||
|
|
||
|
# Hack to allow building with SUBDIR in ../../Makefile
|
||
|
regress: all
|
||
|
|
||
|
install:
|
||
|
@echo -n
|
||
|
|
||
|
.include <bsd.lib.mk>
|