]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/openssh/regress/unittests/utf8/Makefile
Upgrade OpenSSH to 7.3p1.
[FreeBSD/stable/10.git] / crypto / openssh / regress / unittests / utf8 / Makefile
1 #       $OpenBSD: Makefile,v 1.2 2016/05/30 12:14:08 schwarze Exp $
2
3 TEST_ENV=       "MALLOC_OPTIONS=CFGJPRSUX"
4
5 PROG=test_utf8
6 SRCS=tests.c
7 REGRESS_TARGETS=run-regress-${PROG}
8
9 run-regress-${PROG}: ${PROG}
10         env ${TEST_ENV} ./${PROG}
11
12 .include <bsd.regress.mk>