]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/openssh/regress/unittests/test_helper/Makefile
Upgrade OpenSSH to 7.3p1.
[FreeBSD/stable/10.git] / crypto / openssh / regress / unittests / test_helper / Makefile
1 #       $OpenBSD: Makefile,v 1.3 2016/07/04 18:01:44 guenther Exp $
2
3 LIB=    test_helper
4 SRCS=   test_helper.c fuzz.c
5
6 NOPROFILE= yes
7 NOPIC=  yes
8
9 # Hack to allow building with SUBDIR in ../../Makefile
10 regress: all
11
12 install:
13         @echo -n
14
15 .include <bsd.lib.mk>