summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/tools/Makefile
blob: 1adb02002a78b4d00191ec2b3c718adad336101d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$FreeBSD$

.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>
OpenPOWER on IntegriCloud