diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-20 18:48:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-20 18:48:04 +0000 |
commit | e6392455a1278e837210a25d46a05af5841d6d2a (patch) | |
tree | 984993720a20e3400ff2c77bd0c4114e411ecbe0 | |
parent | 48241376cf134b0e2b024b88eefa608dbcd346fb (diff) |
make this work, after espie changed other mk behaviours
-rw-r--r-- | usr.bin/vi/build/Makefile | 4 |
1 files 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 <bsd.prog.mk> .include "../../Makefile.inc" +.include <bsd.prog.mk> CATALOGS= dutch english french german ru_SU.KOI8-R spanish swedish afterinstall: |