aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/manctl/Makefile
blob: d81253097203d2ac17c3b3e4859c6a619474744e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Makefile
# $Id$

MAN8=	manctl.8

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

.include <bsd.prog.mk>