summaryrefslogtreecommitdiff
path: root/usr.bin/vi/Makefile
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-01-30 23:14:27 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-01-30 23:14:27 +0000
commit0453c3a4f18d5579fd863a8fa1220f6686cbbead (patch)
tree9f614a3378a49667e78d2b0ae498680aad18ae89 /usr.bin/vi/Makefile
parenta63eece62bccebd1a96df8cd8f1876d1d9117f6d (diff)
install exref; includes updates to sync with current behaviour;
fixes, help, and ok millert@
Diffstat (limited to 'usr.bin/vi/Makefile')
-rw-r--r--usr.bin/vi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index 7ca4c306de9..15ed50393b0 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.10 2004/01/24 12:32:55 jmc Exp $
+# $OpenBSD: Makefile,v 1.11 2004/01/30 23:14:25 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
+SUBDIR+= docs/USD.doc/exref docs/USD.doc/vi.ref docs/USD.doc/vitut
+#SUBDIR+= docs/USD.doc/edit
.endif
.include <bsd.subdir.mk>