]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - crypto/openssh/regress/unittests/test_helper/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / crypto / openssh / regress / unittests / test_helper / Makefile
1 #       $OpenBSD: Makefile,v 1.2 2015/01/20 22:58:57 djm Exp $
2
3 LIB=    test_helper
4 SRCS=   test_helper.c fuzz.c
5
6 DEBUGLIBS= no
7 NOPROFILE= yes
8 NOPIC=  yes
9
10 # Hack to allow building with SUBDIR in ../../Makefile
11 regress: all
12
13 install:
14         @echo -n
15
16 .include <bsd.lib.mk>