]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/openssh/regress/unittests/test_helper/Makefile
Revert OpenSSH 7.3p1; something went wrong between testing and committing.
[FreeBSD/stable/10.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>