]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/openssh/regress/unittests/match/Makefile
Upgrade to OpenSSH 7.7p1.
[FreeBSD/FreeBSD.git] / crypto / openssh / regress / unittests / match / Makefile
1 #       $OpenBSD: Makefile,v 1.4 2017/12/21 03:01:49 djm Exp $
2
3 PROG=test_match
4 SRCS=tests.c
5
6 # From usr.bin/ssh
7 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c
8 SRCS+=match.c misc.c log.c uidswap.c fatal.c ssherr.c addrmatch.c xmalloc.c
9 SRCS+=cleanup.c atomicio.c
10
11 REGRESS_TARGETS=run-regress-${PROG}
12
13 run-regress-${PROG}: ${PROG}
14         env ${TEST_ENV} ./${PROG}
15
16 .include <bsd.regress.mk>