xref: /netbsd-src/tests/usr.bin/tmux/Makefile (revision af62c3b4d8fa1f4fdc2d5e478477c8588bc52586)
1*af62c3b4Sjruoho# $NetBSD: Makefile,v 1.1 2012/05/18 15:25:25 jruoho Exp $
2*af62c3b4Sjruoho
3*af62c3b4Sjruoho.include <bsd.own.mk>
4*af62c3b4Sjruoho
5*af62c3b4SjruohoTESTSDIR=	${TESTSBASE}/usr.bin/tmux
6*af62c3b4SjruohoTESTS_SH=	t_tmux
7*af62c3b4Sjruoho
8*af62c3b4Sjruoho.include <bsd.test.mk>
9