upstream commit

missed one (unbreak after ssh/lib removal)

OpenBSD-Regress-ID: cfdd132143131769e2d2455e7892b5d55854c322
diff --git a/regress/unittests/match/Makefile b/regress/unittests/match/Makefile
index bd4aed8..87e7582 100644
--- a/regress/unittests/match/Makefile
+++ b/regress/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}