1# $FreeBSD$
2
3PROG=   rctl
4MAN=	rctl.8
5
6DPADD=	${LIBUTIL}
7LDADD=	-lutil
8
9.include <bsd.prog.mk>
10