diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-27 22:18:41 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-27 22:18:41 +0000 |
commit | fb5506df0527e2f13f0102d343d81c4fef55b93a (patch) | |
tree | 0a9a4aaeae4b4d147db77e96ede20cbc97f67eec | |
parent | 09c29ffb6c044add75597aa0372615ae03c4d4c7 (diff) |
Don't build vim.
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index fc5332d5e1e..b0af294eb2f 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 1997/07/23 04:15:00 millert Exp $ +# $OpenBSD: Makefile,v 1.45 1997/07/27 22:18:40 downsj Exp $ # $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $ # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 @@ -21,7 +21,7 @@ SUBDIR= apply apropos arch asa at aucat awk banner basename bdes biff cal \ split su sup systat tail talk tcopy tee telnet tftp time \ tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \ unifdef uniq units unvis users uudecode uuencode \ - vacation vgrind vi vim vis vmstat w wall wc what whatis \ + vacation vgrind vi vis vmstat w wall wc what whatis \ which who whois window write \ xargs xinstall xlint xstr yacc yes |