freebsd-dev/gnu/usr.bin/man/catman/Makefile

13 lines
195 B
Makefile
Raw Normal View History

# $Id$
1999-02-09 17:23:03 +00:00
MAINTAINER= wosch
MAN1= catman.1
1993-07-23 02:36:24 +00:00
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/catman.perl ${DESTDIR}${BINDIR}/catman
.include <bsd.prog.mk>