freebsd_amp_hwpstate/gnu/usr.bin/man/catman/Makefile

8 lines
167 B
Makefile

MAN1= catman.1
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/catman.perl ${DESTDIR}${BINDIR}/catman
.include <bsd.prog.mk>