Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/vi Don't descend into catalog with MKSHARE=no.



details:   https://anonhg.NetBSD.org/src/rev/ae18bb3cfab6
branches:  trunk
changeset: 510457:ae18bb3cfab6
user:      kleink <kleink%NetBSD.org@localhost>
date:      Tue May 29 21:25:23 2001 +0000

description:
Don't descend into catalog with MKSHARE=no.

diffstat:

 usr.bin/vi/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7c8f8c398c91 -r ae18bb3cfab6 usr.bin/vi/Makefile
--- a/usr.bin/vi/Makefile       Tue May 29 21:25:11 2001 +0000
+++ b/usr.bin/vi/Makefile       Tue May 29 21:25:23 2001 +0000
@@ -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 $
+
+.include <bsd.own.mk>
 
-SUBDIR= catalog build
+.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



Home | Main Index | Thread Index | Old Index