upstream commit
missed one (unbreak after ssh/lib removal) OpenBSD-Regress-ID: cfdd132143131769e2d2455e7892b5d55854c322
This commit is contained in:
parent
e6c4134165
commit
5fb4fb5a01
|
@ -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
|
PROG=test_match
|
||||||
SRCS=tests.c
|
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}
|
REGRESS_TARGETS=run-regress-${PROG}
|
||||||
|
|
||||||
run-regress-${PROG}: ${PROG}
|
run-regress-${PROG}: ${PROG}
|
||||||
|
|
Loading…
Reference in New Issue