xref: /freebsd/usr.sbin/manctl/Makefile (revision 807a5caa14df5ff04b331e24b45893f6a2f6bc1b)
1# Makefile
2# $FreeBSD$
3
4MAN8=	manctl.8
5
6beforeinstall:
7	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8		${.CURDIR}/manctl.sh ${DESTDIR}${BINDIR}/manctl
9
10.include <bsd.prog.mk>
11