# Makefile
# $FreeBSD: stable/2.2/usr.sbin/manctl/Makefile 50952 1999-09-05 11:54:50Z peter $

MAN8=	manctl.8

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

.include <bsd.prog.mk>
