diff options
Diffstat (limited to 'regress/unittests/test_helper/Makefile')
-rw-r--r-- | regress/unittests/test_helper/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/unittests/test_helper/Makefile b/regress/unittests/test_helper/Makefile index 3e90903ef..5b3894cbf 100644 --- a/regress/unittests/test_helper/Makefile +++ b/regress/unittests/test_helper/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2014/04/30 05:32:00 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2015/01/20 22:58:57 djm Exp $ |
2 | 2 | ||
3 | LIB= test_helper | 3 | LIB= test_helper |
4 | SRCS= test_helper.c fuzz.c | 4 | SRCS= test_helper.c fuzz.c |
@@ -7,6 +7,9 @@ DEBUGLIBS= no | |||
7 | NOPROFILE= yes | 7 | NOPROFILE= yes |
8 | NOPIC= yes | 8 | NOPIC= yes |
9 | 9 | ||
10 | # Hack to allow building with SUBDIR in ../../Makefile | ||
11 | regress: all | ||
12 | |||
10 | install: | 13 | install: |
11 | @echo -n | 14 | @echo -n |
12 | 15 | ||