Oops, forgot to 'cvs add' this one.

This commit is contained in:
Peter Wemm 1996-08-21 00:04:28 +00:00
parent 8787dbbafe
commit 3ea3e5fcb4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17727

View File

@ -0,0 +1,19 @@
# $Id: Makefile,v 1.7 1995/12/11 01:58:50 peter Exp $
.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>