mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
14 lines
217 B
Makefile
14 lines
217 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/07/13 21:13:30 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/rc
|
|
|
|
TESTS_SH= t_rc_d_cli
|
|
|
|
SCRIPTSDIR= ${TESTSDIR}
|
|
SCRIPTS= h_args.sh \
|
|
h_simple.sh
|
|
|
|
.include <bsd.test.mk>
|