From 4bfb140999f7972ef73f212f923fefacf0eb9f9d Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Tue, 11 Feb 2003 10:40:00 +0000
Subject: [PATCH] GNU/Hurd support

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

diff --git a/src/sbbs3/scfg/GNUmakefile b/src/sbbs3/scfg/GNUmakefile
index a0078be1d6..566f8c4b25 100644
--- a/src/sbbs3/scfg/GNUmakefile
+++ b/src/sbbs3/scfg/GNUmakefile
@@ -72,6 +72,11 @@ endif
 include targets.mk		# defines all targets
 include objects.mk		# defines $(OBJS)
 
+ifeq ($(os),gnu)
+ OBJS	+=	$(ODIR)$(SLASH)sem.$(OFILE)
+ CFLAGS	+=	-D_NEED_SEM
+endif
+
 ifdef USE_DIALOG		
  OBJS += $(ODIR)$(SLASH)uifcd.$(OFILE)
 endif
-- 
GitLab