Tue Sep 2 09:26:55 2008 UTC ()
disable completely.


(christos)
diff -r1.13 -r1.14 src/usr.bin/vi/Makefile

cvs diff -r1.13 -r1.14 src/usr.bin/vi/Attic/Makefile (expand / switch to unified diff)

--- src/usr.bin/vi/Attic/Makefile 2008/08/31 12:09:48 1.13
+++ src/usr.bin/vi/Attic/Makefile 2008/09/02 09:26:55 1.14
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: Makefile,v 1.13 2008/08/31 12:09:48 christos Exp $ 1# $NetBSD: Makefile,v 1.14 2008/09/02 09:26:55 christos Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5MKOLDVI?=no 5MKOLDVI?=no
6.if ${MKSHARE} != "no" 
7.if ${MKOLDVI} != "no" 6.if ${MKOLDVI} != "no"
8SUBDIR+= catalog 7
9.endif 8.if ${MKSHARE} != "no"
10SUBDIR+= recover 9SUBDIR+= catalog recover
11.endif 10.endif
12 11
13.if ${MKOLDVI} != "no" 
14SUBDIR+= build 12SUBDIR+= build
15.endif 
16 13
17.if make(install) 14.if make(install)
18SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vi.ref 15SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vi.ref
19SUBDIR+= docs/USD.doc/vitut 16SUBDIR+= docs/USD.doc/vitut
20SUBDIR+= recover 17SUBDIR+= recover
21.endif 18.endif
22 19
 20.endif
 21
23.include <bsd.subdir.mk> 22.include <bsd.subdir.mk>