freebsd-src/usr.sbin/manctl/Makefile
1997-02-22 16:15:28 +00:00

11 lines
182 B
Makefile

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