]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/openssh/regress/unittests/sshbuf/Makefile
MFH (r265214, r294333, r294407, r294467): misc prop fixes
[FreeBSD/stable/10.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