freebsd-dev/usr.sbin/manctl/Makefile
1999-08-28 01:35:59 +00:00

11 lines
187 B
Makefile

# Makefile
# $FreeBSD$
MAN8= manctl.8
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/manctl.sh ${DESTDIR}${BINDIR}/manctl
.include <bsd.prog.mk>