From 836b92daef8f0bdc9c5f28aedc2e9d42e5bdde07 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sun, 2 Nov 2003 23:13:55 +0000
Subject: [PATCH] Update for Mac OS/X

---
 src/sbbs3/scfg/GNUmakefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/sbbs3/scfg/GNUmakefile b/src/sbbs3/scfg/GNUmakefile
index 7bce1b3307..f95a3276cc 100644
--- a/src/sbbs3/scfg/GNUmakefile
+++ b/src/sbbs3/scfg/GNUmakefile
@@ -91,6 +91,10 @@ ifeq ($(os),netbsd)
  CFLAGS	+=	-D__unix__ -I/usr/pkg/include
 endif
 
+ifeq ($(os),darwin)
+ CFLAGS +=  -D__unix__ -D__DARWIN__
+endif
+
 ifdef USE_DIALOG		
  OBJS += $(ODIR)$(SLASH)uifcd.$(OFILE)
 endif
-- 
GitLab