freebsd-dev/gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile
Peter Wemm 41ae2b9560 Tweak the install targets so that the installs are done in the right place
relative to the SUBDIR recursion.. Otherwise, the results look really odd.
(basically changed a couple of afterinstall's to beforeinstall's)
1995-12-11 01:58:53 +00:00

17 lines
400 B
Makefile

# $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>