2021-01-09 12:24:30 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2021/01/09 12:24:31 dtucker Exp $
|
2016-08-19 06:44:13 +00:00
|
|
|
|
|
|
|
PROG=test_match
|
|
|
|
SRCS=tests.c
|
2017-12-21 03:01:49 +00:00
|
|
|
|
|
|
|
# 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
|
2021-01-09 12:24:30 +00:00
|
|
|
SRCS+=cleanup.c atomicio.c addr.c
|
2017-12-21 03:01:49 +00:00
|
|
|
|
2016-08-19 06:44:13 +00:00
|
|
|
REGRESS_TARGETS=run-regress-${PROG}
|
|
|
|
|
|
|
|
run-regress-${PROG}: ${PROG}
|
|
|
|
env ${TEST_ENV} ./${PROG}
|
|
|
|
|
|
|
|
.include <bsd.regress.mk>
|