summaryrefslogtreecommitdiffstats
path: root/usr.sbin/manctl/Makefile
blob: 187edd313a4b475d0bd2d3bf4a4bf76f5d63a454 (plain)
1
2
3
4
5
6
7
8
9
10
# Makefile
# $FreeBSD$

MAN8=	manctl.8

beforeinstall: 
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		${.CURDIR}/manctl.sh ${DESTDIR}${BINDIR}/manctl

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud