04efec8469
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.
10 lines
156 B
Makefile
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>
|