freebsd-dev/gnu/usr.bin/cvs/tools/Makefile
Bruce Evans c0e045a84d <bsd.prog.mk> has always included ../Makefile.inc, and there are no
complications involving .PATH or dependencies, so don't include it here.
1997-12-17 20:22:34 +00:00

18 lines
384 B
Makefile

# $Id: Makefile,v 1.3 1997/02/22 15:45:21 peter Exp $
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>