diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2017-12-21 03:01:50 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2017-12-21 03:01:50 +0000 |
commit | 4279d6e8e3359b6f8d2e14d89f481f70735d16b6 (patch) | |
tree | 9570c7470b79d8b4913bdd804bdee6650efb8d18 /regress | |
parent | 57cd5ad8df23aca670488bd6e0ae74b5a8d44f5f (diff) |
missed one (unbreak after ssh/lib removal)
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/ssh/unittests/match/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/regress/usr.bin/ssh/unittests/match/Makefile b/regress/usr.bin/ssh/unittests/match/Makefile index bd4aed8446c..87e75826ac2 100644 --- a/regress/usr.bin/ssh/unittests/match/Makefile +++ b/regress/usr.bin/ssh/unittests/match/Makefile @@ -1,7 +1,13 @@ -# $OpenBSD: Makefile,v 1.3 2016/11/01 13:43:27 tb Exp $ +# $OpenBSD: Makefile,v 1.4 2017/12/21 03:01:49 djm Exp $ PROG=test_match SRCS=tests.c + +# From usr.bin/ssh +SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c +SRCS+=match.c misc.c log.c uidswap.c fatal.c ssherr.c addrmatch.c xmalloc.c +SRCS+=cleanup.c atomicio.c + REGRESS_TARGETS=run-regress-${PROG} run-regress-${PROG}: ${PROG} |