NetBSD/usr.sbin/service/Makefile
ast 04efec8469 Import a substantially modified service(8) command from FreeBSD to
manage rc.d scripts.  This command is well known on most other Unixes
and should help soften the learning curve for Unix admins coming
to NetBSD.
2015-03-22 09:57:42 +00:00

10 lines
156 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/03/22 09:57:42 ast Exp $
FILES= service
MAN= service.8
FILESDIR= /usr/sbin
FILESMODE= ${BINMODE}
.include <bsd.prog.mk>