diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-10-17 22:54:38 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-10-17 22:54:38 +0000 |
commit | 66eec2515f05e4e6047a734d0936d1b68d76aa83 (patch) | |
tree | 2d618428d7517fc1e1adc6e0558d3f06b7fd0572 /usr.bin/vi | |
parent | 6f107d48ba72b50fa2a44764b8a7e06b087a604d (diff) |
Stop installing me(1) and ms(1) source code.
We will soon get rid of groff in base,
so there is no longer any way to use these files with base.
No opposition on tech@.
Diffstat (limited to 'usr.bin/vi')
-rw-r--r-- | usr.bin/vi/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 32fee981e48..56392eb674b 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,10 +1,5 @@ -# $OpenBSD: Makefile,v 1.12 2004/02/09 21:09:10 jmc Exp $ +# $OpenBSD: Makefile,v 1.13 2010/10/17 22:54:37 schwarze Exp $ SUBDIR= build -.if make(install) -SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref -SUBDIR+= docs/USD.doc/vi.ref docs/USD.doc/vitut -.endif - .include <bsd.subdir.mk> |