1997-02-22 15:48:31 +00:00
|
|
|
# $Id$
|
1996-08-21 00:04:28 +00:00
|
|
|
|
|
|
|
.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>
|