freebsd-dev/gnu/usr.bin/man/catman/Makefile
Wolfram Schneider c426ed4003 $Id$ misspelled as $Id
Submitted by: bde
1999-02-11 17:09:27 +00:00

13 lines
195 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>