3d48282768
Its primary purpose is to start and stop services provided by the rc.d scripts, however it can also be used to list the scripts using various criteria.
8 lines
72 B
Makefile
8 lines
72 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS=service.sh
|
|
MAN= service.8
|
|
|
|
.include <bsd.prog.mk>
|
|
|