Home | History | Annotate | Download | only in hostkeys
      1 #	$OpenBSD: Makefile,v 1.3 2016/11/01 13:43:27 tb Exp $
      2 
      3 PROG=test_hostkeys
      4 SRCS=tests.c test_iterate.c
      5 REGRESS_TARGETS=run-regress-${PROG}
      6 
      7 run-regress-${PROG}: ${PROG}
      8 	env ${TEST_ENV} ./${PROG} -d ${.CURDIR}/testdata
      9 
     10 .include <bsd.regress.mk>
     11