Files
libopenssh/unittests/kex/Makefile
2012-03-04 21:19:24 +01:00

9 lines
89 B
Makefile

# $OpenBSD$
PROG=test_kex
SRCS=tests.c test_kex.c
LDADD=-lz
.include <bsd.regress.mk>