Tools dir is now empty and unused

This commit is contained in:
Peter Wemm 2001-08-10 10:47:28 +00:00
parent 6bd44d4d24
commit a8833905d7
2 changed files with 1 additions and 20 deletions

View file

@ -2,6 +2,6 @@
MAINTAINER= peter@FreeBSD.org
SUBDIR = lib libdiff cvs contrib cvsbug doc tools
SUBDIR = lib libdiff cvs contrib cvsbug doc
.include <bsd.subdir.mk>

View file

@ -1,19 +0,0 @@
# $FreeBSD$
MAINTAINER= peter@FreeBSD.org
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>