345e52e742
- MAN[1-9] -> MAN.
11 lines
186 B
Makefile
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>
|