blob: 7186a6b99ecef0bd072b0777007db775b2ec09cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $Id: Makefile,v 1.6 1995/12/11 01:27:18 peter Exp $
FILES= ChangeLog INSTALL NEWS README \
compile-all.el pcl-cvs-lucid.el pcl-cvs-startup.el \
pcl-cvs.el pcl-cvs.texinfo compile.sh
NOOBJ= noobj
EXAMPDIR= /usr/share/examples/cvs
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${FILES} ${DESTDIR}${EXAMPDIR}/pcl-cvs
.include "../../../Makefile.inc"
.include <bsd.prog.mk>
|