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.
11 lines
171 B
Makefile
11 lines
171 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/03/15 19:03:08 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys
|
|
|
|
SUBDIR+= rc
|
|
|
|
.include <bsd.test.mk>
|
|
.include <bsd.subdir.mk>
|