diff options
author | djm@openbsd.org <djm@openbsd.org> | 2017-12-21 03:01:49 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-01-03 16:46:49 +1100 |
commit | 5fb4fb5a0158318fb8ed7dbb32f3869bbf221f13 (patch) | |
tree | 78bcefbbb73defec6b7a9563aa3f21e2c9daa5e7 /regress | |
parent | e6c4134165d05447009437a96e7201276688807f (diff) |
upstream commit
missed one (unbreak after ssh/lib removal)
OpenBSD-Regress-ID: cfdd132143131769e2d2455e7892b5d55854c322
Diffstat (limited to 'regress')
-rw-r--r-- | regress/unittests/match/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/regress/unittests/match/Makefile b/regress/unittests/match/Makefile index bd4aed844..87e75826a 100644 --- a/regress/unittests/match/Makefile +++ b/regress/unittests/match/Makefile | |||
@@ -1,7 +1,13 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2016/11/01 13:43:27 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2017/12/21 03:01:49 djm Exp $ |
2 | 2 | ||
3 | PROG=test_match | 3 | PROG=test_match |
4 | SRCS=tests.c | 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 | |||
5 | REGRESS_TARGETS=run-regress-${PROG} | 11 | REGRESS_TARGETS=run-regress-${PROG} |
6 | 12 | ||
7 | run-regress-${PROG}: ${PROG} | 13 | run-regress-${PROG}: ${PROG} |