mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Tools dir is now empty and unused
This commit is contained in:
parent
6bd44d4d24
commit
a8833905d7
2 changed files with 1 additions and 20 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in a new issue