From 73186d7c75376e06f35577ac4a96312c32b50d76 Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Debian Linux)" <rob@synchro.net>
Date: Sat, 1 Mar 2025 15:23:20 -0800
Subject: [PATCH] Update comments to be more clear how to set boolean variables
 (e.g. =1)

---
 install/install-sbbs.mk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/install/install-sbbs.mk b/install/install-sbbs.mk
index b26bbc3e0a..ae63e91721 100644
--- a/install/install-sbbs.mk
+++ b/install/install-sbbs.mk
@@ -1,11 +1,11 @@
 # GNU makefile for Synchronet installation
 #
 # Usage:
-# ------
+# -----
 # [g]make -f path/to/this/file [variable=value]... [target]
 #
-# variables:
-# ----------
+# variables (set to any other value to enable, e.g. DEBUG=1):
+# ---------
 # DEBUG = Set to force a debug build
 # RELEASE = Set to force a release build
 # SYMLINK = Don't copy binaries, rather create symlinks in $(SBBSDIR)/exec
@@ -29,7 +29,7 @@
 # X_PATH = /path/to/X (if not /usr/X11R6)
 
 # targets:
-# --------
+# -------
 # install (the default)
 # build
 
-- 
GitLab