Skip to content
Snippets Groups Projects
Commit 4bfb1409 authored by deuce's avatar deuce
Browse files

GNU/Hurd support

parent d781c9d9
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment