freebsd-dev/gnu/usr.bin/cvs/tools/Makefile
1997-02-22 15:48:31 +00:00

20 lines
376 B
Makefile

# $Id$
.include "${.CURDIR}/../Makefile.inc"
FILES= INSTALL NEWS README \
pcl-cvs-lucid.el pcl-cvs-startup.el \
pcl-cvs.el pcl-cvs.texinfo
NOOBJ= noobj
EXAMPDIR= /usr/share/examples/cvs
beforeinstall:
.for file in ${FILES}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${CVSDIR}/tools/pcl-cvs/${file} ${DESTDIR}${EXAMPDIR}/pcl-cvs
.endfor
.include <bsd.prog.mk>