mirror of
https://github.com/openssh/libopenssh
synced 2026-04-16 01:35:52 +00:00
9 lines
89 B
Makefile
9 lines
89 B
Makefile
# $OpenBSD$
|
|
|
|
PROG=test_kex
|
|
SRCS=tests.c test_kex.c
|
|
LDADD=-lz
|
|
|
|
.include <bsd.regress.mk>
|
|
|