1*11be35a1SLionel Sambuc# $NetBSD: Makefile,v 1.2 2010/07/13 21:13:30 jmmv Exp $ 2*11be35a1SLionel Sambuc 3*11be35a1SLionel Sambuc.include <bsd.own.mk> 4*11be35a1SLionel Sambuc 5*11be35a1SLionel SambucTESTSDIR= ${TESTSBASE}/sys/rc 6*11be35a1SLionel Sambuc 7*11be35a1SLionel SambucTESTS_SH= t_rc_d_cli 8*11be35a1SLionel Sambuc 9*11be35a1SLionel SambucSCRIPTSDIR= ${TESTSDIR} 10*11be35a1SLionel SambucSCRIPTS= h_args.sh \ 11*11be35a1SLionel Sambuc h_simple.sh 12*11be35a1SLionel Sambuc 13*11be35a1SLionel Sambuc.include <bsd.test.mk> 14