summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-01-24 12:32:55 +0000
committerjmc <jmc@openbsd.org>2004-01-24 12:32:55 +0000
commit0ea6358c56fd0537de00fc4879a7bed6600d52d5 (patch)
tree79ecbad49f7b4696a6d57c3a1bd7cfc19c3f8cb7
parentinstall vi tutorial docs; these have been updated to reflect reality; (diff)
downloadwireguard-openbsd-0ea6358c56fd0537de00fc4879a7bed6600d52d5.tar.xz
wireguard-openbsd-0ea6358c56fd0537de00fc4879a7bed6600d52d5.zip
oops. no need for vitut comment;
-rw-r--r--usr.bin/vi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index 3b761e2dab6..7ca4c306de9 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.9 2004/01/24 12:29:13 jmc Exp $
+# $OpenBSD: Makefile,v 1.10 2004/01/24 12:32:55 jmc Exp $
SUBDIR= build
.if make(install)
SUBDIR+= docs/USD.doc/vi.ref docs/USD.doc/vitut
-#SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vitut
+#SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref
.endif
.include <bsd.subdir.mk>