disable completely.

This commit is contained in:
christos 2008-09-02 09:26:55 +00:00
parent fb5e0a80e2
commit 369f880abf
1 changed files with 6 additions and 7 deletions

View File

@ -1,18 +1,15 @@
# $NetBSD: Makefile,v 1.13 2008/08/31 12:09:48 christos Exp $
# $NetBSD: Makefile,v 1.14 2008/09/02 09:26:55 christos Exp $
.include <bsd.own.mk>
MKOLDVI?=no
.if ${MKSHARE} != "no"
.if ${MKOLDVI} != "no"
SUBDIR+= catalog
.endif
SUBDIR+= recover
.if ${MKSHARE} != "no"
SUBDIR+= catalog recover
.endif
.if ${MKOLDVI} != "no"
SUBDIR+= build
.endif
.if make(install)
SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vi.ref
@ -20,4 +17,6 @@ SUBDIR+= docs/USD.doc/vitut
SUBDIR+= recover
.endif
.endif
.include <bsd.subdir.mk>