2c2857e920
subcommands and the optional argument passing to them from the command line. Triggered by the modification of the run_rc_command function in rc.subr to allow passing in extra parameters to the commands defined in rc.d scripts.
15 lines
242 B
Makefile
15 lines
242 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/03/15 19:03:08 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.subdir.mk>
|
|
.include <bsd.test.mk>
|