mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-08-17 16:08:33 +02:00
13 lines
227 B
Makefile
13 lines
227 B
Makefile
# $OpenBSD: Makefile,v 1.4 2016/11/01 13:43:27 tb Exp $
|
|
|
|
PROG=test_kex
|
|
SRCS=tests.c test_kex.c
|
|
REGRESS_TARGETS=run-regress-${PROG}
|
|
|
|
run-regress-${PROG}: ${PROG}
|
|
env ${TEST_ENV} ./${PROG}
|
|
|
|
.include <bsd.regress.mk>
|
|
|
|
LDADD+=-lz
|