config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit ee57c79941c0038be44ba2d0c3e77632d7e778dd
parent 66f347c1096d8bdff98801070cbf58cba4641054
Author: Jacob R. Edwards <n/a>
Date:   Wed, 17 Nov 2021 01:57:37 -0800

Don't install all modules by default

Diffstat:
Mlocal/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/local/Makefile b/local/Makefile @@ -5,16 +5,16 @@ MODULES =\ bin\ dillo\ git\ - ksh\ links\ rc\ ssh\ sxiv\ - tmux\ urls\ - vi\ xenodm\ xmodmap\ xresources\ +# ksh\ +# tmux\ +# vi\ .include "../lib/module.make"