From e6392455a1278e837210a25d46a05af5841d6d2a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 20 Jul 2001 18:48:04 +0000 Subject: make this work, after espie changed other mk behaviours --- usr.bin/vi/build/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/vi/build/Makefile b/usr.bin/vi/build/Makefile index 6678bb9c259..54f45150fee 100644 --- a/usr.bin/vi/build/Makefile +++ b/usr.bin/vi/build/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 1999/11/26 22:49:08 millert Exp $ +# $OpenBSD: Makefile,v 1.14 2001/07/20 18:48:03 deraadt Exp $ # @(#)Makefile.in 8.75 (Berkeley) 10/23/96 PROG= vi @@ -59,8 +59,8 @@ perl.c: ${.CURDIR}/../perl_api/perl.xs ${.CURDIR}/../perl_api/typemap (perl -ne 'print "sub $$1 {\$$curscr->$$1(\@_)}\n" \ if /newXS\("VI::([^":]*)"/;' ${.TARGET} ; echo "1;") > VI.pm -.include .include "../../Makefile.inc" +.include CATALOGS= dutch english french german ru_SU.KOI8-R spanish swedish afterinstall: -- cgit v1.2.3