Skip to content
Snippets Groups Projects
Commit 9524ee14 authored by deuce's avatar deuce
Browse files

Add some SunOS-specific stuff...

Still doesn't link though.
parent f74e425f
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,14 @@ NEED_UIFC := 1
USE_UIFC32 := 1
UIFC_SRC := ../uifc/
XPDEV := ../xpdev/
NEED_CTERM := 1
include ${XPDEV}Common.gmake
include ${UIFC_SRC}Common.gmake
ifeq ($(os),sunos) # Solaris
LDFLAGS += -lsocket -lnsl -lrt -lncurses
CFLAGS += -DNEED_CFMAKERAW
endif
$(EXEODIR)/syncterm: $(EXEODIR) $(OBJS) $(BUILD_DEPENDS)
@echo Linking $@
${QUIET}$(CC) $(LDFLAGS) $(OBJS) -o $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment