artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00cd24f
)
missed one (unbreak after ssh/lib removal)
author
djm
<djm@openbsd.org>
Thu, 21 Dec 2017 03:01:49 +0000
(
03:01
+0000)
committer
djm
<djm@openbsd.org>
Thu, 21 Dec 2017 03:01:49 +0000
(
03:01
+0000)
regress/usr.bin/ssh/unittests/match/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.bin/ssh/unittests/match/Makefile
b/regress/usr.bin/ssh/unittests/match/Makefile
index
bd4aed8
..
87e7582
100644
(file)
--- 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}