diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index a10bf349c29f..f459a65b9e58 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,6 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2001/04/11 21:01:44 aymeric Exp $ +# $NetBSD: Makefile,v 1.11 2001/05/29 21:25:23 kleink Exp $ -SUBDIR= catalog build +.include + +.if ${MKSHARE} != "no" +SUBDIR+= catalog +.endif + +SUBDIR+= build .if make(install) SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vi.ref