]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - crypto/openssh/regress/unittests/sshbuf/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / crypto / openssh / regress / unittests / sshbuf / Makefile
1 #       $OpenBSD: Makefile,v 1.1 2014/04/30 05:32:00 djm Exp $
2
3 PROG=test_sshbuf
4 SRCS=tests.c
5 SRCS+=test_sshbuf.c
6 SRCS+=test_sshbuf_getput_basic.c
7 SRCS+=test_sshbuf_getput_crypto.c
8 SRCS+=test_sshbuf_misc.c
9 SRCS+=test_sshbuf_fuzz.c
10 SRCS+=test_sshbuf_getput_fuzz.c
11 SRCS+=test_sshbuf_fixed.c
12
13 .include <bsd.regress.mk>
14