mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
Oops, forgot to 'cvs add' this one.
This commit is contained in:
parent
8787dbbafe
commit
3ea3e5fcb4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17727
19
gnu/usr.bin/cvs/tools/Makefile
Normal file
19
gnu/usr.bin/cvs/tools/Makefile
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user