freebsd-dev/usr.sbin/manctl/Makefile
2001-03-26 14:42:20 +00:00

11 lines
186 B
Makefile

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