Deleted Added
full compact
Makefile (21050) Makefile (21155)
1#
1#
2# $Id: Makefile,v 1.10 1996/12/08 14:05:08 ache Exp $
2# $Id: Makefile,v 1.11 1996/12/30 09:24:19 peter Exp $
3#
4# This has most of the glue needed to compile tknvi and the perl hooks,
5# but not all.
6#
7
8SRCDIR= ${.CURDIR}/../../contrib/nvi
9
10.if defined(RELEASE_BUILD_FIXIT)

--- 175 unchanged lines hidden (view full) ---

186 ln -fs ru_SU.KOI8-R ${DESTDIR}/usr/share/vi/catalog/ru_RU.KOI8-R
187 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
188 ${SRCDIR}/tcl_scripts/*.tcl \
189 ${DESTDIR}/usr/share/vi/tcl
190 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
191 ${SRCDIR}/perl_scripts/*.pl \
192 ${DESTDIR}/usr/share/vi/perl
193.if defined(PERLINTERP)
3#
4# This has most of the glue needed to compile tknvi and the perl hooks,
5# but not all.
6#
7
8SRCDIR= ${.CURDIR}/../../contrib/nvi
9
10.if defined(RELEASE_BUILD_FIXIT)

--- 175 unchanged lines hidden (view full) ---

186 ln -fs ru_SU.KOI8-R ${DESTDIR}/usr/share/vi/catalog/ru_RU.KOI8-R
187 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
188 ${SRCDIR}/tcl_scripts/*.tcl \
189 ${DESTDIR}/usr/share/vi/tcl
190 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
191 ${SRCDIR}/perl_scripts/*.pl \
192 ${DESTDIR}/usr/share/vi/perl
193.if defined(PERLINTERP)
194 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 VI.pm \
194 ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 VI.pm \
195 ${DESTDIR}/usr/share/vi/perl
196.endif
197
198.include <bsd.prog.mk>
195 ${DESTDIR}/usr/share/vi/perl
196.endif
197
198.include <bsd.prog.mk>