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

MAN=	manctl.8

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

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