Oops, forgot to 'cvs add' this one.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user