summaryrefslogtreecommitdiffstats
path: root/regress/unittests/match/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/match/Makefile')
-rw-r--r--regress/unittests/match/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/unittests/match/Makefile b/regress/unittests/match/Makefile
index 87e75826..939163d3 100644
--- a/regress/unittests/match/Makefile
+++ b/regress/unittests/match/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2017/12/21 03:01:49 djm Exp $
+# $OpenBSD: Makefile,v 1.5 2021/01/09 12:24:31 dtucker Exp $
PROG=test_match
SRCS=tests.c
@@ -6,7 +6,7 @@ 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
+SRCS+=cleanup.c atomicio.c addr.c
REGRESS_TARGETS=run-regress-${PROG}