# Makefile
# $FreeBSD: stable/3/usr.sbin/manctl/Makefile 50581 1999-08-29 15:57:45Z peter $

MAN8=	manctl.8

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

.include <bsd.prog.mk>
