diff options
-rw-r--r-- | etc/Makefile | 4 | ||||
-rw-r--r-- | etc/virc | 7 |
2 files changed, 2 insertions, 9 deletions
diff --git a/etc/Makefile b/etc/Makefile index dde51a48913..15cb3806383 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.61 1997/07/22 10:02:46 provos Exp $ +# $OpenBSD: Makefile,v 1.62 1997/07/27 22:23:40 downsj Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -19,7 +19,7 @@ BIN1= aliases bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \ locate.rc man.conf monthly motd mrouted.conf myname nat.rules \ netstart networks newsyslog.conf passwd.conf phones printcap \ protocols rbootd.conf rc rc.local rc.securelevel remote rpc security \ - services shells syslog.conf virc weekly etc.${MACHINE}/disktab + services shells syslog.conf weekly etc.${MACHINE}/disktab # -rw-rw-r-- BIN2= motd diff --git a/etc/virc b/etc/virc deleted file mode 100644 index 63835d5730f..00000000000 --- a/etc/virc +++ /dev/null @@ -1,7 +0,0 @@ -" $OpenBSD: virc,v 1.2 1996/09/26 14:14:54 downsj Exp $ -" Compatible mode for vim. -set cpoptions=w$ esckeys formatoptions=vt history=0 iskeyword=@,48-57,_ -set nomodeline nomore noshowcmd noshowmode notagrelative notextauto -set nowritebackup -set undolevels=0 updatecount=0 whichwrap="" wildchar= -:version 4.0 |