freebsd-dev/usr.sbin/service/Makefile
Doug Barton 3d48282768 The service command is an easy interface to the rc.d system.
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.
2009-12-20 01:34:12 +00:00

8 lines
72 B
Makefile

# $FreeBSD$
SCRIPTS=service.sh
MAN= service.8
.include <bsd.prog.mk>