freebsd-dev/gnu/usr.bin/man/catman/Makefile
1999-02-09 17:23:03 +00:00

13 lines
194 B
Makefile

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