diff options
author | 2004-01-24 12:32:55 +0000 | |
---|---|---|
committer | 2004-01-24 12:32:55 +0000 | |
commit | 0ea6358c56fd0537de00fc4879a7bed6600d52d5 (patch) | |
tree | 79ecbad49f7b4696a6d57c3a1bd7cfc19c3f8cb7 | |
parent | install vi tutorial docs; these have been updated to reflect reality; (diff) | |
download | wireguard-openbsd-0ea6358c56fd0537de00fc4879a7bed6600d52d5.tar.xz wireguard-openbsd-0ea6358c56fd0537de00fc4879a7bed6600d52d5.zip |
oops. no need for vitut comment;
-rw-r--r-- | usr.bin/vi/Makefile | 4 |
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> |