build: Add info about building in OpenBSD - sbase - suckless unix tools
 (HTM) git clone git://git.suckless.org/sbase
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 17447ec767e3968704e6e24e3b533d46ab5bcae2
 (DIR) parent 9aeab2a47c0e3cdd9f7786042eb6284b47a8b390
 (HTM) Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
       Date:   Mon,  3 Nov 2025 11:13:39 +0100
       
       build: Add info about building in OpenBSD
       
       Diffstat:
         M config.mk                           |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       @@ -9,6 +9,8 @@ MANPREFIX = $(PREFIX)/share/man
        #CC =
        #AR =
        RANLIB = ranlib
       +# OpenBSD requires SMAKE to be scripts/make
       +# SMAKE = scripts/make
        SMAKE = $(MAKE)
        
        # -lrt might be needed on some systems